📜  python自动化思路——Python代码示例

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

代码示例1
# Maybe try to make a file editor that when you enter something it'll add it to the file?

# Or you could make a "website bookmarks" thing?
# Make it so when you type in a website name (eg: Google);
# Python will direct you to it.