hello world
This commit is contained in:
		
							
								
								
									
										7
									
								
								tk_first_steps/hello.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								tk_first_steps/hello.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,7 @@
 | 
			
		||||
from tkinter import *
 | 
			
		||||
from tkinter import ttk
 | 
			
		||||
 | 
			
		||||
root = Tk()
 | 
			
		||||
ttk.Button(root, text = "Hello World").grid()
 | 
			
		||||
root.mainloop()
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user