码迷,mamicode.com
首页 > 编程语言 > 详细

python sb 问题

时间:2014-06-28 12:47:52      阅读:294      评论:0      收藏:0      [点我收藏+]

标签:问题   python   c   ide   print   ip   

PROGRAM_MAX_LENGTH = 60*60*3 #3 hours
skiptimes = 0
TOTALTIMES = 0

 

def xxx():

  print TOTALTIMES       #fine    consider it as constant

  #TOTALTIMES += 1       #NOT OK   

       global TOTALTIMES

  TOTALTIMES += 1   #OK

python sb 问题,布布扣,bubuko.com

python sb 问题

标签:问题   python   c   ide   print   ip   

原文地址:http://www.cnblogs.com/briller/p/3798795.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!