余小张

 

接触python的第1天:测试hello world

在python3.8的平台可以输入了hello world, ide还能当做计算器

>>> print("hello world")
hello world
>>> 1+1
2
>>> 2+3
5
>>> 2*3
6
>>> 3*4
12
>>> 1/2
0.5

 

posted on 2019-11-14 18:51  余小张  阅读(216)  评论(0编辑  收藏  举报

导航