This site requires JavaScript, please enable it in your browser!
Greenfoot
Username
Password
Remember Me?
Sign Up, Lost Password
Activity
About
Documentation
Download
Discuss
Scenarios
Game/maniac
wrote ...
2013/4/16
How does a for loop work in python?
Game/maniac
2013/4/16
#
How does a for loop work in python?
davmac
2013/4/16
#
http://wiki.python.org/moin/ForLoop
Game/maniac
2013/4/16
#
for x in range(0, 3): print "We're on time %d" % (x) Why does it only run 3 times shouldn't it run for four
Game/maniac
2013/4/16
#
Never mind my dad just got back and explained it to me
You need to login to post a reply.
X