Commit 7a904fe5 by BellCodeEditor

auto save

parent 2abc8e6a
for i in range(0,101):
if i%2==0:
print(i)
\ No newline at end of file
for i in range(10):
print("悟空")
\ No newline at end of file
import turtle
pen = turtle.pen
pen.left(45)
pen.forward(100)
for i in range(180):
pen.right(1)
pen.forward(1)
pen.forward(100)
for i in range(180):
pen.right(1)
pen.forward(1)
\ No newline at end of file
a=int(input("今天星期几呀?"))
if a<=7:
if a==3:
print("今天学编程")
if a==6:
print("今天学英语")
if a==1:
print("今天学钢琴")
elif a==2 or 4 or 5 or 7:
print("今天学国画")
import turtle
for i in range(6):
turtle.forward(100)
turtle.left(60)
\ No newline at end of file
name="陆宇翔"
sdf="男"
age="14"
gyuy="喜欢玩"
print(name,sdf,age,gyuy)
\ 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