鱼C论坛

 找回密码
 立即注册
楼主: 小甲鱼

[课后作业] 第002讲:用Python设计第一个游戏 | 课后测试题及答案

    [复制链接]
发表于 2022-3-2 22:05:11 | 显示全部楼层
请回复您的答案^_^

>>>>> 问答题 <<<<<

第 0 题的答案是:

第 1 题的答案是:

第 2 题的答案是:

第 3 题的答案是:

第 4 题的答案是:

第 5 题的答案是:

>>>>> 动动手 <<<<<

请将第 0 题的代码写在下方:



请将第 1 题的代码写在下方:
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2022-3-2 22:35:23 | 显示全部楼层
请回复您的答案^_^

>>>>> 问答题 <<<<<

第 0 题的答案是:

第 1 题的答案是:int

第 2 题的答案是:

第 3 题的答案是:

第 4 题的答案是:

第 5 题的答案是:

>>>>> 动动手 <<<<<

请将第 0 题的代码写在下方:
1 * 365 * 24 * 60 *60


请将第 1 题的代码写在下方:""" 用python设计小程序 """

temp = input("考试成绩")
guess = int(temp)

if guess == 100:
    print(" 好棒,你离女神又近了一步")
    print(" 真好")
else:
    print("小子,想要幸福,就得努力!")

print("测试结束")
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2022-3-2 23:03:07 | 显示全部楼层
请回复您的答案^_^

>>>>> 问答题 <<<<<

第 0 题的答案是:

第 1 题的答案是:

第 2 题的答案是:

第 3 题的答案是:

第 4 题的答案是:

第 5 题的答案是:

>>>>> 动动手 <<<<<

请将第 0 题的代码写在下方:



请将第 1 题的代码写在下方:
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2022-3-3 00:12:09 | 显示全部楼层
请回复您的答案^_^

>>>>> 问答题 <<<<<

第 0 题的答案是:

第 1 题的答案是:

第 2 题的答案是:

第 3 题的答案是:

第 4 题的答案是:

第 5 题的答案是:

>>>>> 动动手 <<<<<

请将第 0 题的代码写在下方:



请将第 1 题的代码写在下方:
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2022-3-3 09:46:30 | 显示全部楼层
请回复您的答案^_^

>>>>> 问答题 <<<<<

第 0 题的答案是:IDLE是用于执行,编辑器用于编程

第 1 题的答案是:int

第 2 题的答案是:

第 3 题的答案是:

第 4 题的答案是:

第 5 题的答案是:

>>>>> 动动手 <<<<<

请将第 0 题的代码写在下方:



请将第 1 题的代码写在下方:
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2022-3-3 10:18:25 | 显示全部楼层
请回复您的答案^_^

>>>>> 问答题 <<<<<

第 0 题的答案是:

第 1 题的答案是:

第 2 题的答案是:

第 3 题的答案是:

第 4 题的答案是:

第 5 题的答案是:

>>>>> 动动手 <<<<<

请将第 0 题的代码写在下方:

V型在

请将第 1 题的代码写在下方:
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2022-3-3 10:56:49 | 显示全部楼层
请回复您的答案^_^

>>>>> 问答题 <<<<<

第 0 题的答案是:

第 1 题的答案是:

第 2 题的答案是:

第 3 题的答案是:

第 4 题的答案是:

第 5 题的答案是:

>>>>> 动动手 <<<<<

请将第 0 题的代码写在下方:



请将第 1 题的代码写在下方:
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2022-3-3 10:59:45 | 显示全部楼层
a请回复您的答案^_^

>>>>> 问答题 <<<<<

第 0 题的答案是:

第 1 题的答案是:

第 2 题的答案是:

第 3 题的答案是:

第 4 题的答案是:

第 5 题的答案是:

>>>>> 动动手 <<<<<

请将第 0 题的代码写在下方:



请将第 1 题的代码写在下方:
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2022-3-3 12:58:01 | 显示全部楼层
请回复您的答案^_^

>>>>> 问答题 <<<<<

第 0 题的答案是:
交互模式是你问一个问题它回答一个答案,而编辑模式是一次可以问有很多个问题而且可以解释问题等。
第 1 题的答案是:
int()
第 2 题的答案是:
不一样
第 3 题的答案是:
69
第 4 题的答案是:
不知道
第 5 题的答案是:
应该是if guess==8:
>>>>> 动动手 <<<<<

请将第 0 题的代码写在下方:

print(60*60*24*365)

请将第 1 题的代码写在下方:
temp =input('这次的数学成绩:')
guess =int(temp)

if guess ==100:
    print('好棒!你离女神又进了一步^_^')

else:
    print('小子,想要幸福,就得努力!')

print('游戏结束')

想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2022-3-3 15:05:23 | 显示全部楼层
请回复您的答案^_^

>>>>> 问答题 <<<<<

第 0 题的答案是:-

第 1 题的答案是:

第 2 题的答案是:

第 3 题的答案是:

第 4 题的答案是:

第 5 题的答案是:

>>>>> 动动手 <<<<<

请将第 0 题的代码写在下方:



请将第 1 题的代码写在下方:
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2022-3-3 15:20:29 | 显示全部楼层
想看看
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2022-3-3 15:39:13 | 显示全部楼层
请回复您的答案^_^

>>>>> 问答题 <<<<<

第 0 题的答案是:交互模式有反馈,编辑器模式没有反馈。

第 1 题的答案是:int?

第 2 题的答案是:不一样

第 3 题的答案是:68

第 4 题的答案是:?

第 5 题的答案是:guess后少了一个=

>>>>> 动动手 <<<<<

请将第 0 题的代码写在下方:



请将第 1 题的代码写在下方:
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2022-3-3 16:42:40 | 显示全部楼层
请回复您的答案^_^

>>>>> 问答题 <<<<<

第 0 题的答案是:交互模式会实时进行运算 编辑器模式则是编写完成后才执行

第 1 题的答案是:dir()

第 2 题的答案是:不一样使用 Print 会报错

第 3 题的答案是:['ArithmeticError', 'AssertionError', 'AttributeError', 'BaseException', 'BlockingIOError', 'BrokenPipeError', 'BufferError', 'BytesWarning', 'ChildProcessError', 'ConnectionAbortedError', 'ConnectionError', 'ConnectionRefusedError', 'ConnectionResetError', 'DeprecationWarning', 'EOFError', 'Ellipsis', 'EncodingWarning', 'EnvironmentError', 'Exception', 'False', 'FileExistsError', 'FileNotFoundError', 'FloatingPointError', 'FutureWarning', 'GeneratorExit', 'IOError', 'ImportError', 'ImportWarning', 'IndentationError', 'IndexError', 'InterruptedError', 'IsADirectoryError', 'KeyError', 'KeyboardInterrupt', 'LookupError', 'MemoryError', 'ModuleNotFoundError', 'NameError', 'None', 'NotADirectoryError', 'NotImplemented', 'NotImplementedError', 'OSError', 'OverflowError', 'PendingDeprecationWarning', 'PermissionError', 'ProcessLookupError', 'RecursionError', 'ReferenceError', 'ResourceWarning', 'RuntimeError', 'RuntimeWarning', 'StopAsyncIteration', 'StopIteration', 'SyntaxError', 'SyntaxWarning', 'SystemError', 'SystemExit', 'TabError', 'TimeoutError', 'True', 'TypeError', 'UnboundLocalError', 'UnicodeDecodeError', 'UnicodeEncodeError', 'UnicodeError', 'UnicodeTranslateError', 'UnicodeWarning', 'UserWarning', 'ValueError', 'Warning', 'WindowsError', 'ZeroDivisionError', '_', '__build_class__', '__debug__', '__doc__', '__import__', '__loader__', '__name__', '__package__', '__spec__', 'abs', 'aiter', 'all', 'anext', '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 题的答案是:

第 5 题的答案是:

>>>>> 动动手 <<<<<

请将第 0 题的代码写在下方:
>>>365*24*60*60
31536000

请将第 1 题的代码写在下方:
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2022-3-3 17:06:44 | 显示全部楼层
请回复您的答案^_^

>>>>> 问答题 <<<<<

第 0 题的答案是:

第 1 题的答案是:

第 2 题的答案是:

第 3 题的答案是:

第 4 题的答案是:

第 5 题的答案是:

>>>>> 动动手 <<<<<

请将第 0 题的代码写在下方:



请将第 1 题的代码写在下方:
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2022-3-3 17:18:20 | 显示全部楼层
请回复您的答案^_^

>>>>> 问答题 <<<<<

第 0 题的答案是:交互模式是写一段,运行一段,它可以很好地用于我们的代码练习和纠错,我们可以在编程中直接发现问题。编辑器模式是我们写好全部我们需要的代码之后,再一次性地进行运行。

第 1 题的答案是:dir(__builtins__)    还有str、int。

第 2 题的答案是:不一样,print才是正确答案,python严格区分大小写。

第 3 题的答案是:['ArithmeticError', 'AssertionError', 'AttributeError', 'BaseException', 'BlockingIOError', 'BrokenPipeError', 'BufferError', 'BytesWarning', 'ChildProcessError', 'ConnectionAbortedError', 'ConnectionError', 'ConnectionRefusedError', 'ConnectionResetError', 'DeprecationWarning', 'EOFError', 'Ellipsis', 'EnvironmentError', 'Exception', 'False', 'FileExistsError', 'FileNotFoundError', 'FloatingPointError', 'FutureWarning', 'GeneratorExit', 'IOError', 'ImportError', 'ImportWarning', 'IndentationError', 'IndexError', 'InterruptedError', 'IsADirectoryError', 'KeyError', 'KeyboardInterrupt', 'LookupError', 'MemoryError', 'ModuleNotFoundError', 'NameError', 'None', 'NotADirectoryError', 'NotImplemented', 'NotImplementedError', 'OSError', 'OverflowError', 'PendingDeprecationWarning', 'PermissionError', 'ProcessLookupError', 'RecursionError', 'ReferenceError', 'ResourceWarning', 'RuntimeError', 'RuntimeWarning', 'StopAsyncIteration', 'StopIteration', 'SyntaxError', 'SyntaxWarning', 'SystemError', 'SystemExit', 'TabError', 'TimeoutError', 'True', 'TypeError', 'UnboundLocalError', 'UnicodeDecodeError', 'UnicodeEncodeError', 'UnicodeError', 'UnicodeTranslateError', 'UnicodeWarning', 'UserWarning', 'ValueError', 'Warning', 'WindowsError', 'ZeroDivisionError', 'build_class', 'debug', 'doc', 'import', 'loader', 'name', 'package', 'spec', '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 题的答案是:不知道

第 5 题的答案是:if guess = 8:    少了==     一个=变成了赋值

>>>>> 动动手 <<<<<

请将第 0 题的代码写在下方:

dpy = 365
hpd = 24
mph = 60
spm = 60

a = dpy * hpd
b = a * mph
spy = b * spm
print(spy)

请将第 1 题的代码写在下方:
temp = input("这次数学考试成绩:")
guess = int(temp)

if guess == 100:
    print("好棒,你离女神又近了一步^_^")
else:
    print("小子,想要幸福,就得努力!")

print("游戏结束啦,不玩啦^_^")
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2022-3-3 19:48:27 | 显示全部楼层
请回复您的答案^_^

>>>>> 问答题 <<<<<

第 0 题的答案是:交互式是一句对应一句,有回应,编辑器模式可以写整段代码

第 1 题的答案是:Dir

第 2 题的答案是:不一样

第 3 题的答案是:153

第 4 题的答案是:

第 5 题的答案是:代码没有顶格写

>>>>> 动动手 <<<<<

请将第 0 题的代码写在下方:

356*24*60*60

请将第 1 题的代码写在下方:"""用Python设计第一个游戏"""

temp=input("请输入这次数学考试的成绩:   ")
guess = int(temp)

if guess == 100:
    print("好棒,你离女神又进了一步^_^")
   
else:
    print("小子,想要幸福,就得努力!")

print("游戏结束,不玩啦^_^")
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

匿名鱼油
匿名鱼油  发表于 2022-3-3 19:49:22
本帖最后由 匿名 于 2022-3-3 19:50 编辑

请回复您的答案^_^

>>>>> 问答题 <<<<<

第 0 题的答案是:

第 1 题的答案是:

第 2 题的答案是:

第 3 题的答案是:

第 4 题的答案是:

第 5 题的答案是:

>>>>> 动动手 <<<<<

请将第 0 题的代码写在下方:



请将第 1 题的代码写在下方:
回复 支持 反对

使用道具 举报

发表于 2022-3-3 20:08:39 | 显示全部楼层
请回复您的答案^_^

>>>>> 问答题 <<<<<

第 0 题的答案是:交互模式可以进行直接进行相关计算,马上出结果,编辑器模式首先需要进行程序的编写,并且格式无误后才可以运行,从而在交互模式下显示运行结果

第 1 题的答案是:int()

第 2 题的答案是:不一样,print()是BIF内置函数,而Print()需要自己去定义功能

第 3 题的答案是:160


第 4 题的答案是:当放在字符后面时可以看到相应的首字母开头的BIF内置函数

第 5 题的答案是:第六行”=“应该是”==“

>>>>> 动动手 <<<<<

请将第 0 题的代码写在下方:24*365*60*60



请将第 1 题的代码写在下方:""" 用Python设计第一个游戏 """

temp = input("输入这次考试成绩:")
guess = int(temp)

if guess == 100:
    print("你真棒!")
else:
    print("继续努力")
   
print("游戏结束,不玩啦")
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2022-3-3 23:02:37 | 显示全部楼层
请回复您的答案^_^

>>>>> 问答题 <<<<<

第 0 题的答案是:

第 1 题的答案是:

第 2 题的答案是:

第 3 题的答案是:

第 4 题的答案是:

第 5 题的答案是:“=”少了一个

>>>>> 动动手 <<<<<

请将第 0 题的代码写在下方:
x = 60
      
y = 60
      
z = 24
      
w = 365
      
print(x*y*z*w)
      
31536000




请将第 1 题的代码写在下方:""" 用Python设计第一个... """

temp = input("请输入本次考试的数学成绩:")
guess = int(temp)

if guess == 100:
    print("好棒,你离女神又近了一步^_^")
   
else:
    print("小子,想要幸福,就得努力!")
   
print("快去写作业!!^_^")
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2022-3-4 00:14:18 | 显示全部楼层
请回复您的答案^_^

>>>>> 问答题 <<<<<

第 0 题的答案是:内置函数;

第 1 题的答案是:Python3共计有72个BIF(百度来的,感觉像EXCEL的函数,很多EXCEL函数可以通过其他的基础函数相组合达到等同的计算效果,但是多半一定是不简洁)

第 2 题的答案是:Python严格区分大小写,因大小写不同而字母相同为2个不同的变量;

第 3 题的答案是:流程图,它代表思路;赞同,清晰的思路对应着逻辑对于人来说更准确的转化为变成语言。

第 4 题的答案是:一个通道连接,两个通道看清楚型号(我是土木工程毕业的)

第 5 题的答案是:听过拼接,和第一堂课的井水和河水举例,两个字符拼接成一个,相加带有数学意义。

>>>>> 动动手 <<<<<

请将第 0 题的代码写在下方:

正确作业
name = input("请输入你的名字")
print(name+",你好!")
print(name+",hello!")
print("欢迎你,"+name)
print("welcome,"+name)

错误作业(这是我第一感觉想到的逻辑,但是查资料发现问题还挺多的,我计划等学到后面自己再来找问题,为什么运行错误)
name= input("请输入你的名字")
guess = int(name)
if guess == 周润发:
    print("要点脸")
    print("做个人吧")
else:
    print(name+",你好!")
    print(name+",hello!")
    print("欢迎你,"+name)
    print("welcome,"+name)
   
请将第 1 题的代码写在下方:
正确作业
num = input("请输入0~100间的数字哟")
num = int(num)
if num<0:
    print("给你说了多少遍!审题!!!")
elif 0<=num&num<=100:
    print("哇哦,你好漂亮!")
else:
    print("你大爷的,超纲了")


错误作业(看来思维要扩散,要多做课外功夫,这是没充分理解题意,尝试了集合,自己臆想的)
temp = input("联合国教科文组织授权-人类颜值检测,请输入你的年龄+颜值(取1~100)")
guess = int(temp)
if guess == {1,2,3}:
    print("你好实在")
    print("少照镜子会少很多烦恼")
else:
    print("emm...............")
    print("你先照镜子冷静一下")
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2025-1-22 09:04

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表