πŸ“Š Python
Q. What will be the output of the following Python code?
Code:
x = "abcdef"
while i in x:
    print(i, end=" ")
  • (A) a b c d e f
  • (B) abcdef
  • (C) i i i i i i …
  • (D) error
πŸ’¬ Discuss
βœ… Correct Answer: (D) error

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
340
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Vaibhav Shukla
Publisher
πŸ“ˆ
82%
Success Rate