diff --git a/.Python-helps/import.py b/.Python-helps/import.py new file mode 100644 index 0000000..11dedb5 --- /dev/null +++ b/.Python-helps/import.py @@ -0,0 +1,5 @@ +import os +import tkinter as tk +# Examples +print("I did import os and import tkinter as tk") + Print("Is this too fast?")