一赋除、笨辦法學(xué)python習(xí)題 1代碼
print("Hello World!")
print("Hello Again")
print("I like typing this.")
print("This is fun.")
print("Yay! Printing.")
print("I'd much rather you 'not'.")
print('I "said" do not toch this.')
二撤蚊、運(yùn)行方式
將以上代碼段文件命名為ex1.py逮诲,存放在D:\我的程序中。
windows中:開始\搜索\powershell吟温,打開powershell
在powershell中進(jìn)入到自己所保存的程序文件工作目錄中
在powershell中進(jìn)入到工作目錄中序仙,使用命令為
cd d:\我的程序
進(jìn)入到工作目錄后執(zhí)行代碼
python ex1.py
完整方式為:
cd d:\我的程序
python ex1.py