update code and add image of project
This commit is contained in:
@@ -1 +1,6 @@
|
||||
print("hello")
|
||||
print("hello")
|
||||
|
||||
i = 100
|
||||
while(i>10):
|
||||
print(f"Value of {i}")
|
||||
i = i-1
|
||||
Reference in New Issue
Block a user