Thread
:
My pyguessinggame
View Single Post
Jan 22nd, 2008, 3:55 PM
#
18
Chuckiferd
Programmer
Join Date: Nov 2007
Posts: 64
Rep Power:
1
Re: My pyguessinggame
but while the terminating secquence of the program is in a While loop it doesn't correspond to it will never be reached. Just like
(
Toggle Plain Text
)
while a=1 print a if a = 2 print 'this never will be printed'
while a=1 print a if a = 2 print 'this never will be printed'
__________________
There are 10 kinds of people in this world, those who can read binary and those who can't.
Chuckiferd
View Public Profile
Find More Posts by Chuckiferd