πŸ“Š Python
Q. What will be the output of the following Python code?
Code:
for i in range(0,2,-1):

    print("Hello")
  • (A) Hello
  • (B) Hello Hello
  • (C) No Output
  • (D) Error
πŸ’¬ Discuss
βœ… Correct Answer: (C) No Output

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
311
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
88%
Success Rate