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
相关文章
相关标签/搜索