This website works better with JavaScript
Home
Explore
Help
Sign In
zhensolid
/
ZLSH
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
update
zhensolid
8 months ago
parent
64ef5d0f62
commit
c4f8aba0f7
1 changed files
with
7 additions
and
0 deletions
Split View
Show Diff Stats
7
0
app.py
+ 7
- 0
app.py
View File
@@ -0,0 +1,7 @@
+num_1 = 0
+
+while num_1 < 10:
+ print(num_1)
+ num_1 = num_1 + 1
+
+print(num_1)