|
发表于 2022-9-29 19:08:14
|
显示全部楼层
请回复您的答案^_^
>>>>> 问答题 <<<<<
第 0 题的答案是:1.随写随运行 2.写后自己手动run
第 1 题的答案是:else
第 2 题的答案是:print能被识别 大写的不能
第 3 题的答案是:162
第 4 题的答案是:暂时没
第 5 题的答案是:赋值和等号不一个概念 少一个=
>>>>> 动动手 <<<<<
请将第 0 题的代码写在下方:
60*60*24*365加回车
请将第 1 题的代码写在下方:temp = input ("Grade of the final test")
guess = int(temp)
if guess > 60 :
print ("Good job, mate!")
print ("But you could be better.")
if guess < 60:
print ("Something terrible would happen, son.")
print ("And I would try my best to help you.")
if guess == 100:
print ("You are the greastest student I have ever seen!")
else:
print("Not bad, go ahead")
print("Anyway, congratulations!") |
|