Commit c34f06ca by BellCodeEditor

auto save

parent 27dae0c1
Showing with 17 additions and 0 deletions
# num=int(input("请输入一个数字"))
# num2=int(input("请再输入一个数字"))
# sum=num+num2
# print(sum)
num=input("请输入你有多少个苹果")
num=int(num)
for i in range('8'):
print("第",i+1,"个")
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