πŸ“Š Problem Solving and Python Programming
Q. 43')
  • (A) importerror
  • (B) valueerror
  • (C) typeerror
  • (D) nameerror
πŸ’¬ Discuss
βœ… Correct Answer: (B) valueerror

Explanation: the snippet of code shown above results in a value error. this is because there is an invalid literal for int() with base 10: ’65.43’.


Explanation by: Shiva Ram
the snippet of code shown above results in a value error. this is because there is an invalid literal for int() with base 10: ’65.43’.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
176
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Shiva Ram
Publisher
πŸ“ˆ
92%
Success Rate