摘要:
from sys import argv script, first, second, third = argv print("The script is called:", script) print("Your first variable is:", first) print("Your se 阅读全文
posted @ 2022-09-13 15:54
瑟庄妮
阅读(108)
评论(0)
推荐(0)
摘要:
mac命令:pydoc input windows:python -m pydoc input 作用:查看input函数用法 输入q退出 阅读全文
posted @ 2022-09-13 15:48
瑟庄妮
阅读(226)
评论(0)
推荐(0)