|
发表于 2020-5-19 16:42:23
|
显示全部楼层
请回复您的答案^_^
>>>>> 问答题 <<<<<
第 0 题的答案是:
the former one can only run one line code, the latter one can run a python file
第 1 题的答案是:
int dir
第 2 题的答案是:
no Print("ff") is not defined
第 3 题的答案是:
decades
第 4 题的答案是:
don`t know
第 5 题的答案是:
1.==8 2.tab print
>>>>> 动动手 <<<<<
请将第 0 题的代码写在下方:
24*60*60*365
31536000
请将第 1 题的代码写在下方:
"""my frist python game"""
temp = input("you math grades in this exam")
grades = int(temp)
if grades == 100:
print("congratulation, you may get more attention of the girl you like")
else:
print("hey,boy,if you want to get your happyness,you`d word harder!")
print("game over,go study")
|
|