πŸ“Š Python
Q. Write the output of the following:
Code:
a=5
b=6
c=7
d=8
if a > b:
    if c > a:
        if d < c:
             print("Hello")
        else:
             print("B")
    else:
           print("A")
print("What")
  • (A) What
  • (B) Hello
  • (C) B
  • (D) A
πŸ’¬ Discuss
βœ… Correct Answer: (A) What

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
185
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Manisha Agrawal
Publisher
πŸ“ˆ
82%
Success Rate