πŸ“Š Python
Q. What will be the output of the following Python code?
Code:
x = 'abcd'
for i in x:
    print(i)
    x.upper()
  • (A) a B C D
  • (B) a b c d
  • (C) A B C D
  • (D) error
πŸ’¬ Discuss
βœ… Correct Answer: (B) a b c d

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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