- 9371
- 34
- 约1.81万字
- 约 35页
- 2021-06-20 发布于湖北
- 举报
Python编程案例教程
Python编程案例教程
知识考核答案
知识考核答案
PAGE 10
PAGE 10
PAGE 9
PAGE 9
PAGE 1
PAGE 1
Python编程案例教程——答案
第1章
一、选择题
1.C 2.B 3.C 4.C 5.A
二、简答题
略。
三、编程题
1.参考代码:
print(这是我的第一个Python程序!)
2.参考代码:
print(*******************************)
print( 这是我的第二个Python程序! )
print(*******************************)
第2章
一、选择题
1.B 2.B 3.A 4.A 5.D
二、填空题
1.字母、数字、下划线,数字
2.import keyword、keyword.kwlist
3.3+(a+b)*2
4.((x+y)+z)*360-50*(c+d)
5.False
6.9
7.python,
三、编程题
1.参考代码
name = input(请输入姓名:)
age = int(input(请输入年龄:))
address = input(请输入地址:)
print(name,今年,age,岁,,地址是,address,。)
2.参考代码
a=float(input(
原创力文档

文档评论(0)