Python Online Quizzes - Section 5
1. What will be the output of the following Python code snippet? bool(‘False’) bool() 1.True …
1. What will be the output of the following Python code snippet? bool(‘False’) bool() 1.True …
1.What is the output of print 0.1 + 0.2 == 0.3? 1.Machine dependent 2. Error 3.…
1.Which of these is not a core data type? 1.X^^y 2. Class 3.Tuples …
1.Is Python case sensitive when dealing with identifiers? 1.Machine dependent 2. Yes …
1. Which is the correct operator for power(xy)? 1.X^^y 2. X^^y 3.X**y …
Our website uses cookies to improve your experience. Learn more
Ok