Commit 2a7ccade by BellCodeEditor

auto save

parent dfa8d3fa
Showing with 27 additions and 0 deletions
a=12
b=8
t1=a
t2=b
while b!=0:
r=a%b
a=b
b=r
print(a,t1*t2//a)
\ No newline at end of file
from turtle import*
pencolor('black')
pensize(10)
fillcolor('blue')
begin_fill()
circle(50)
end_fill()
forward(90)
left(120)
forward(180)
goto(0,0)
setheading(180)
forward(90)
right(120)
forward(180)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment