update code and add image of project

This commit is contained in:
Cheng Zhang
2024-09-09 15:47:58 -05:00
parent 07465728c3
commit 7d72f016af
7 changed files with 41 additions and 3 deletions

View File

@@ -1 +1,6 @@
print("hello")
print("hello")
i = 100
while(i>10):
print(f"Value of {i}")
i = i-1