

InterviewSolution
Saved Bookmarks
1. |
The expression Int(x) implies that the variable x is converted to integer.(a) True(b) FalseI got this question during an internship interview.Asked question is from Basic Operators in chapter Variable Names, Operators, Data Types & Numeric Types of Python |
Answer» The CORRECT OPTION is (a) True |
|