Skip to content

Commit ba93683

Browse files
committed
first commit
0 parents  commit ba93683

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

.idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

006.py

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# for i in [1, 2, 4, 7]:
2+
# print(i)
3+
#
4+
# ################################
5+
#
6+
# for i in ['dong', 'cat']:
7+
# print('hi')
8+
# print(i)
9+
# print('-------')
10+
#
11+
# print('done')
12+
13+
# ################################
14+
# for i in range(1, 10):
15+
# print(i, i * i)
16+
17+
################################
18+
for i in [3, '444', 'dong']:
19+
print(i, i * 2)

README.md

Whitespace-only changes.

0 commit comments

Comments
 (0)