📜  python 文件打开 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:12.513000             🧑  作者: Mango

代码示例6
#open any file that is in your folder you are using in your editor
import os
os.startfile('Gamepicture.jfif')