import sys
def UselessFunction(Weight, WeightIncrease):
for Year in range(0, 16):
Weight = Weight + WeightIncrease
Weight_On_Moon = Weight * 0.165
print('Your weight on the moon would be %s in the year %s' % (Weight_On_Moon, Year))
Weight = Weight + 1
想要将“你的体重......”更改为“在月球上你会比在地球上轻一点!实际上,你只会在%s'%(%_On_Moon,年))
感谢所有
答案 0 :(得分:0)
这是一个很好的例子:
{{1}}