formated code
This commit is contained in:
parent
4de2805410
commit
6d38ca44a7
1 changed files with 5 additions and 3 deletions
4
ben10.py
4
ben10.py
|
@ -3,14 +3,16 @@ from tkinter import *
|
|||
root = Tk()
|
||||
|
||||
root.title("Omnitrix")
|
||||
root.attributes('-fullscreen',True)
|
||||
root.attributes('-fullscreen', True)
|
||||
count = 0
|
||||
|
||||
|
||||
def count_up():
|
||||
global count
|
||||
count += 1
|
||||
print(count)
|
||||
|
||||
|
||||
root.geometry("640x480")
|
||||
root.configure(bg="#70b607")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue