【点我看视频讲解】C程序设计谭浩强第五版课后习题视频讲解
摘要: python 入门基础知识练习 1编写第一个程序,目前使用的都是python 3 # print('hello world!') 2.查看当前python编辑器的版本号 # python -v 3.使用变量 # message = 'hello world!' # print(message) 4. 阅读全文
posted @ 2020-07-06 15:22 王鹏16 阅读(258) 评论(0) 推荐(0)