View Single Post
Old Nov 20th, 2004, 10:40 AM   #1
mfo6463
Newbie
 
Join Date: Nov 2004
Posts: 10
Rep Power: 0 mfo6463 is on a distinguished road
power = 0
result = 0
while result <= dec:
 * *result = 2 ** power
 * *power = power + 1
print power
print result
When it gets to the while loop, it freezes. Why does it freeze and how can I fix it?
mfo6463 is offline   Reply With Quote