+ 1
How to drowing square in python gui
Give me answer
3 Respostas
+ 3
import tkinter as tk
master = tk.Tk()
cv = tk.Canvas(master, width=300, height=300)
cv.pack()
cv.create_rectangle(0, 0, 300, 300, fill='black')
master.mainloop()
+ 1
This 'question' has no meaning, write properly and explain what is it you want know in the description.
0
With ASCII characters.
Ex: ######
# #
# #
######