Commit 8676c297 by BellCodeEditor

auto save

parent 3369a89e
Showing with 40 additions and 0 deletions
int
\ No newline at end of file
# n=int(input())
# if n%2==0:
# print(0)
# else:
# print(1)
# n=int(input())
# for i in range(1,n+1):
# print(n,end="")
# import turtle
# pen=turtle.Pen()
# screen=turtle.Screen()
# screen.bgcolor("white")
# pen.hideturtle()
# pen.fillcolor("yellow")
# pen.begin_fill()
# pen.right(60)
# for i in range(12):
# pen.forward(50)
# pen.left(120)
# pen.forward(50)
# pen.right(90)
# pen.end_fill()
# pen.fillcolor("red")
# pen.begin_fill()
# pen.left(45)
# pen.circle(97,360,12)
# pen.end_fill()
# turtle.done()
# sss=["A","B","C","D"]
# sum=0
# for i in sss:
# for j in sss:
# for k in sss:
# if ((i!=j) and (j!=k) and (k!=i)):
# print(i,j,k)
# sum+=1
# print(sum)
\ 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