Add 4.2.3 solution
This commit is contained in:
5
4/4.2/4.2.3/main.py
Normal file
5
4/4.2/4.2.3/main.py
Normal file
@@ -0,0 +1,5 @@
|
||||
user_num = int(input())
|
||||
|
||||
while user_num >= 1:
|
||||
user_num = user_num / 2 # We operate on the value first, before printing it
|
||||
print(user_num)
|
||||
Reference in New Issue
Block a user