Commit d925419d by BellCodeEditor

auto save

parent 3ad07a69
Showing with 28 additions and 0 deletions
a1=input('指挥你认罪吗?请回答认罪或不认罪:')
a2=input('柴可夫斯基你认罪吗?请回答认罪或者不认:')
if a1 == "认" and a2 == "认":
print("各判10年")
elif a1=="不认" and a2=="认":
print("指挥判20年,柴可夫斯基判1年")
elif a1=="不认" and a2=="不认":
print("都判3年")
else:
print("柴可夫斯基判20年,指挥判1年")
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.left(45)
pen.forward(100)
pen.left(90)
pen.circle(50,180)
pen.left(90)
pen.circle(50,180)
pen.left(90)
pen.forward(100)
pen.hideturtle()
turtle.done()
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