Q. Which one of the following is a valid Python if statement :

  • (A) if a>=2 :
  • (B) if (a >= 2)
  • (C) if (a => 22)
  • (D) if a >= 22
πŸ’¬ Discuss
βœ… Correct Answer: (A) if a>=2 :

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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