新的学习历程-python1 Hello World
1 print('hello world!') 2 if 2 > 0: 3 print('ok') 4 print('yes') 5 6 x = 3; y = 4 7 print(x + y)
学习资源来自:张志刚老师python百例 《例解Python:Python编程快速入门践行指南 张志刚 电子工业出版社》【摘要 书评 试读】- 京东图书 (jd.com)
1 print('hello world!') 2 if 2 > 0: 3 print('ok') 4 print('yes') 5 6 x = 3; y = 4 7 print(x + y)
学习资源来自:张志刚老师python百例 《例解Python:Python编程快速入门践行指南 张志刚 电子工业出版社》【摘要 书评 试读】- 京东图书 (jd.com)