python
Dashboard
My Repos
Compilers
Python Online
Node JS Online
Golang Online
codepy
Login
My Repos
Sign Out
Online Python Interpreter
Stop
Run
from turtle import* def kvadrat(): for i in range(4): fd(100) lt(120) def trokut(): for i in range(3): fd(100) lt(120) prozor1=Tk() gumb=Buttom(prozor1,text="Kvadrat",bg="red",command=kvadrat) gumb.place(x=75,y=50,width=60,height=30) gumb=Buttom(prozor1,text="Trokut",bg="pink",command=trokut) gumb.place(x=75,y=20,width=60,height=30)
Share this code with others
Public
Clear
My Repos
Repo
Lang
Login
Register
Login
Create a free account. No Credit card info required.
I agree with the Codepy
Term of Service
Sign Up