Commit 9919fc50 by BellCodeEditor

save project

parent 2ae6ee54
Showing with 7 additions and 30 deletions
# n=int(input('请输入体重:')) dick={"k":3,"w":4,"n":1,"l":3,"b":2,"g":4,"s":5,"ao":10,"q":6}
# m=float(input('请输入身高:')) k=input('你想买什么呀?')
# BMI=n/(m*m) if k in dick:
# if BMI>=28: print('叮咚~您的'+k+'需要支付'+str(dick[k])+'元~')
# print('肥胖') else:
# elif 24<=BMI<=27.9: print('缺货,敬请期待~')
# print('过重') \ No newline at end of file
# elif 18.5<=BMI<=23.9:
# print('正常')
# else:
# print('偏瘦')
# num=99
# pnum=int(input("玩家输入的数字:"))
# if pnum==num:
# print("sfsf")
# elif pnum>num:
# print('dfs')
# else:
# print('gsgd')
# key='a'
# for key in 'good':
# if key=='d':
# print(key)
# for i in range(1,101,2):
# print(i)
for j in range(1,10):
for i in range(1,j+1):
print(i,'*',j,'=',i*j,end='\t')
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