初识python:hello world 仪式感

python学习网 2018-09-12 00:02:03

python print 函数(在python中,不区分  ' ' 和 " "):

print('hello world')

或者

print("hello wrold")

 

阅读(822) 评论(0)