零基础学python习题

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

2. python 需要  编译

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

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

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

print('hello world')
原文地址:https://www.cnblogs.com/lpgit/p/9416556.html