零基础学python习题 - 进入python的世界

1. python拥有以下特性:面向对象的特性、动态性、内置的数据结构、简单性、健壮性、跨平台性、可扩展性、强类型语言、应用广泛

2. python 需要  编译

3. 以下不属于python内置数据结构的是(A

A. 数组  B. 列表  C. 元组  D. 字典

4. 编写‘hello world’程序,并运行

print('hello world')

猜你喜欢

转载自www.cnblogs.com/YD2018/p/9416556.html