【编程】 python 入门 Hello World
新建txt文件,将名字改为 hello.py,复制以下内容,粘贴到hello.py文件中保存
在文件夹地址栏输入 cmd 回车,在cmd中输入 python hello.py 运行看结果
print("hello")print("123456")
https://www.18k.icu/code/python/hello.py