

InterviewSolution
Saved Bookmarks
1. |
Mathematical operations can be performed on a string.(a) True(b) FalseThe question was asked in an online interview.My enquiry is from Basic Operators topic in division Variable Names, Operators, Data Types & Numeric Types of Python |
Answer» RIGHT ANSWER is (B) False Explanation: You can’t perform mathematical OPERATION on string even if the string is in the FORM: ‘1234…’. |
|