图片描述
命令 | 作用 |
---|---|
whoami | 我是谁? |
pwd | 我在哪? |
ls | 这都有什么? |
whoami
pwd
ls
图片描述
图片描述
import os
图片描述
os.system("whoami")
os.system("pwd")
os.system("ls")
图片描述
vi t.py
import os
os.system("clear")
print("oeasy")
图片描述
import os
import time
os.system("clear")
print("oeasy")
time.sleep(1)
print("o2z")
图片描述
import os
import time
os.system("clear")
print("道可道 非恒道")
time.sleep(1)
print("名可名 非恒名")
time.sleep(1)
print("无名 天地之始")
time.sleep(1)
print("有名 万物之母")
time.sleep(1)
print("恒无欲以观其妙")
time.sleep(1)
print("恒有欲以观其徼")
time.sleep(1)
print("此两者同 出而异名 同谓之玄")
time.sleep(1)
print("玄之又玄 众妙之门")
time.sleep(10)
图片描述
import os
import time
os.system("clear")
print("◇平庸幷卟岢怕")
time.sleep(1)
print("岢怕の媞伱連儚想嘟莈冇。")
time.sleep(10)
图片描述
图片描述
import os
import time
os.system("clear")
print("\33[32m垳憅哋能糧 憅劦唻洎纡凊緒 \33[0m")
time.sleep(1)
print("\33[31m妀變汏悩結媾濡婹庝痌 \33[0m")
time.sleep(10)
图片描述
包名 | 含义 | 作用 |
---|---|---|
time | 时间 | 愣1秒 |
os | 操作系统 | 执行shell命令 |
图片描述
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。