|
发表于 2019-8-21 23:48:31
|
显示全部楼层
请回复您的答案^_^
>>>>> 问答题 <<<<<
第 0 题的答案是:编辑器模式可以编写交互模式运行的代码,程序。
第 1 题的答案是:int
第 2 题的答案是:不一样,Print内置函数无法使用,python对字体很敏感
第 3 题的答案是:从abs开始数的话,如果我没有数错,应该是73个 'abs', 'all', 'any', 'ascii', 'bin', 'bool', 'breakpoint', 'bytearray', 'bytes', 'callable', 'chr', 'classmethod', 'compile', 'complex', 'copyright', 'credits', 'delattr', 'dict', 'dir', 'divmod', 'enumerate', 'eval', 'exec', 'exit', 'filter', 'float', 'format', 'frozenset', 'getattr', 'globals', 'hasattr', 'hash', 'help', 'hex', 'id', 'input', 'int', 'isinstance', 'issubclass', 'iter', 'len', 'license', 'list', 'locals', 'map', 'max', 'memoryview', 'min', 'next', 'object', 'oct', 'open', 'ord', 'pow', 'print', 'property', 'quit', 'range', 'repr', 'reversed', 'round', 'set', 'setattr', 'slice', 'sorted', 'staticmethod', 'str', 'sum', 'super', 'tuple', 'type', 'vars', 'zip']
第 4 题的答案是:tab键还有什么功能暂时不知道。
第 5 题的答案是:guess后面少了个 =
>>>>> 动动手 <<<<<
请将第 0 题的代码写在下方: print(60*60*24*365)
31536000
请将第 1 题的代码写在下方:temp = input("请用户输入这次考试成绩。")
guess = int(temp)
if guess == 100:
print("好棒!你离女神又进一步。")
else:
print("想要成功就要努力。") |
|