1.第一个程序——Print()
使用Atom文本编辑器,录入ex1.py文件中,在Windows10的PowerShell中得到结果。
第一个Python程序。
print('Hello World!')
print('Hello Again')
print('I like tpying this.')
print('This is fun.')
print('Yay! Printing')
print("I'd much rather you 'not'.")
print('I "said" do not touch this.')
在Window上键入Python就可以看到结果。
python ex1.py
以上内容介绍了Python的一个程序,有关Python、数据科学、人工智能等文章后续会不定期发布,请大家多多关注,一键三连哟(●’◡’●)。