Commit f2bf1b31 by BellCodeEditor

auto save

parent aac88fc1
Showing with 59 additions and 0 deletions
score=input().split(',')
t=0
for s in score:
t+=int(s)
print(round(t/5))
\ No newline at end of file
'''
import turtle
turtle.Pen()
turtle.pendown()
turtle.circle(100)
turtle.right(180)
turtle.circle(20)
turtle.penup()
turtle.right(45)
turtle.forward(150)
turtle.pendown()
turtle.circle(20)
turtle.penup()
turtle.right(95)
turtle.forward(150)
turtle.pendown()
turtle.circle(20)
turtle.penup()
turtle.right(90)
turtle.forward(150)
turtle.pendown()
turtle.circle(20)
turtle.done()
'''
'''
import turtle
turtle.Pen()
turtle.pendown()
turtle.forward(100)
turtle.right(90)
turtle.forward(100)
turtle.right(90)
turtle.forward(100)
turtle.right(90)
turtle.forward(100)
turtle.right(90)
turtle.right(45)
turtle.forward(150)
turtle.done()
'''
"""
import random
a=int(input("请输入一个数字:"))
if a%2==0:
print("奇偶数:"+"是偶数哦!")
else:
print("奇偶数:"+"是奇数哦!")
"""
\ 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