[Python] guess the number of small programs

A little sand sculpture

the INPUT = the TEMP ( " Guess I have in mind is what number? " )
GUESS = int (the TEMP)
 IF GUESS == 8 :
     Print ( " ? You're my stomach worms it " )
     Print ( " Well, guess there is no reward " )
 the else :
     Print ( " ha ha, guess wrong, oh! 8 " )

    Print ( " end of the game, do not play! " )

PS: code indentation is very important!

Guess you like

Origin www.cnblogs.com/HGNET/p/11997629.html