摘要: ## 选择题 1. Python不支持的数据类型有:(A) A、char B、int C、float D、list 2. 下面程序的输出结果为:(D) ```python x = "foo" y = 2 print(x + y) ``` A、foo B、foofoo C、foo2 D、TypeErr 阅读全文
posted @ 2021-09-03 09:11 砚台是黑的 阅读(299) 评论(0) 推荐(0) 编辑