September 2025
Intermediate to advanced
660 pages
7h 15m
Chinese
3.1 一小时有多少秒? 使用交互式解释器作为计算器,用一分钟中的秒数 (60) 乘以一小时中的分钟数(也是60 )。
3.2 将上一任务的结果(一小时中的秒数)赋值给一个名为seconds_per_hour 的变量。
3.3 一天有多少秒?使用seconds_per_hour 变量。
3.4 再次计算每天的秒数,但这次要将结果保存到名为seconds_per_day 的变量中。
3.5 用seconds_per_day 除以seconds_per_hour 。使用浮点数 (/) 除法。
3.6 用seconds_per_day 除以seconds_per_hour ,使用整数 (//) 除法。除了最后的.0 之外,这个数字与上一题中的浮点数一致吗?
4.1 以m 开头的单词大写:
>>>song="""When an eel grabs your arm,...And it causes great harm,...That's - a moray!"""
Read now
Unlock full access