Python編寫簡易腳本文件

選用了NodePad進行編寫~最後保存成  xxxx.py格式便可,同理記事本啊什麼的也能夠,對接nodepad、editplus之類node #! /usr/bin/env python3 age = int(input("Age of the dog: ")) print() if age < 0: print("This can hardly be true!") elif age
相關文章
相關標籤/搜索