From e3bc7b8c41e2a0e98044acb88b8ed4993c91e0e5 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 22 Apr 2023 13:28:59 +0800
Subject: [PATCH] auto save

---
 66666666.py | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 66666666.py

diff --git a/66666666.py b/66666666.py
new file mode 100644
index 0000000..31e501d
--- /dev/null
+++ b/66666666.py
@@ -0,0 +1,29 @@
+# n=int(input('请输入体重:'))
+# m=float(input('请输入身高:'))
+# BMI=n/(m*m)
+# if BMI>=28:
+#     print('肥胖')
+# elif 24<=BMI<=27.9:
+#     print('过重')
+# 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
--
libgit2 0.25.0