|
发表于 2024-7-3 21:19:45
|
显示全部楼层
Please reply with your answer^_^
-------- Questions and Answers --------
The answer to question 0 is:
Just type a line and run it and choose when to run it.
The answer to question 1 is:
abs()
The answer to question 2 is:
no the same
The answer to question 3 is:
The answer to question 4 is:
autocomplete
The answer to question 5 is:
= should be changed to ==
-------- Move your hands --------
Please write the code for question 0 below:
365*24*60*60
Please write the code for question 1 below:
game = input("Please enter the score of this math test")
if game == 100: print("好棒,你离女神又近了一步^_^")
else: print("小子,想要幸福,就得努力!")
print("游戏结束,不玩啦^_^") |
|