Commit 111f3f75 by BellCodeEditor

auto save

parent e57aa834
Showing with 11 additions and 6 deletions
import gt
tutu=gt.robot()
height=input('请输入你的身高')
height=float(height)
if height<1.2:
print('儿童免费')
if height>=1.2 and height<1.5:
print('需要购买半价票')
if height>=1.5:
print('需要购买全价票')
\ No newline at end of file
turtle()
for i in range(5):
right(144)
forward(15)
hideturtle()
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