πŸ“Š Python
Q. What will be the value of variable y after execution of following Python code?
Code:
x="55"

y=x + str(9)
  • (A) 9
  • (B) 64
  • (C) 559
  • (D) Error
πŸ’¬ Discuss
βœ… Correct Answer: (C) 559

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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