Replies: 3 comments 3 replies
|
donkey |
|
don`t forget about commit |
|
import random computer_choice=Label(text="computer_choice",width=32, height=14) winner=Label(text="Winner") def king(): def win(my_choice,machine_choice): def click(): def clank(): def clonk(): rock=Button(text="Rock",command=click,width=6,height=1,fg="#000000",) paper=Button(text="Paper",command=clank,width=6,height=1,fg="#000000") scissors=Button(text="Scissors",command=clonk,width=6,height=1,fg="#000000") app.mainloop() |
Uh oh!
There was an error while loading. Please reload this page.
11111
All reactions