|
|
马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
print('...........this is first game..................')
temp = input("..guess what number i'm thinking about:" )
guess = int(temp)
if guess == 6:
print('what fuck,man,how do you do this so perfectly?')
print("whatever you do,unfortunately,there is no reward to you.")
else:
if guess > 6:
print("Hi,man,it's too big")
else:
print("Hi,man,it's too small")
print("game over!")
我怎么感觉我粘贴上来的与实际打出来的代码是不一样的呢,菜鸟就是这儿样
这个提示是混用了空格和tab,从别处copy过来的有时会出现此问题,还是自己手打一遍吧。
|
-
详见图
|