Commit 9f50ae56 by BellCodeEditor

auto save

parent 6c28c75d
Showing with 11 additions and 5 deletions
for i in range(1,10):
for j in range(1,i+1):
print(j,"x",i,"=",j*i,end=" ")
print()
\ No newline at end of file
a=input("输入一个整数")
b=input("输入一个整数")
while a*b=
\ No newline at end of file
a=input("第一个评委的评分:")
b=input("第二个评委的评分:")
c=input("第三个评委的评分:")
d=input("第四个评委的评分:")
e=input("第五个评委的评分:")
print(round((int(a)+int(b)+int(c)+int(d)+int(e))/5))
\ 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