Answer:
d and b can't see the last ones answer so im guessing this is what you needed.
Explanation:
Answer:
Yes
Explanation:
The teacher always answers all queries if she/he is online and the question u ask is understandable
You're setting the value of user_num to 20. Doing this won't allow the other test cases to run. Simply delete that line and your code should work. This is the code I wrote:
user_num = int(input())
while user_num>=1:
user_num/=2
print(user_num)
I wrote my code in python 3.8. I hope this helps.
Answer:
software localization
Explanation:
As international systems penetrate deeper into management and clerical groups, a common language is formed
Answer:
for i in range
Explanation:
This is the only excerpt of code