欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

python3.7-初学篇-01

程序员文章站 2022-04-12 19:33:45
第一个程序 print “Hello World!” print“Hello Again” print “I like type” print "This is fun." ......

第一个程序

print “hello world!”

print“hello again”

print “i like type”

print "this is fun."