Übungen der ersten beiden Kapitel gemacht.
This commit is contained in:
7
02 Arbeiten mit Widgets/02 uebung_text.py
Normal file
7
02 Arbeiten mit Widgets/02 uebung_text.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import tkinter as tk
|
||||
|
||||
window = tk.Tk()
|
||||
text_box = tk.Text()
|
||||
text_box.pack()
|
||||
|
||||
window.mainloop()
|
||||
Reference in New Issue
Block a user