Commit 9bbd0d0a by BellCodeEditor

auto save

parent 7eaed43a
Showing with 32 additions and 0 deletions
import turtle as t
for i in range(4):
t.forward(200)
t.right(90)
t.fillcolor("blue")
t.forward(100)
t.penup()
t.right(90)
t.forward(100)
t.right(90)
t.forward(50)
t.left(90)
t.begin_fill()
t.pendown()
t.circle(50,360)
t.end_fill()
t.done()
with open(r"c:\Users\PC\Desktop\num.txt",'r',encoding="utf-8") as o:
try:
except as :
else:
with open(r"c:\Users\PC\Desktop\num.txt",'r',encoding="utf-8") as o:
for i in c:
f+=int(i)
print(f)
\ No newline at end of file
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