Commit 204f9796 by BellCodeEditor

auto save

parent 93edc3ce
Showing with 9 additions and 4 deletions
# 我们都爱夸夸夸 M=int(input('小数'))
name=input('输入你的名字:') N=int(input('大数'))
print(name+'你好呀!') list=[]
\ No newline at end of file for i in range(M,N+1):
if i%7 == 0 and i%5 != 0:
list.append(i)
print(list[0],end='')
for i in range(1,len(list)):
print(',',list[i],sep='',end='')
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