Which of the following is not a data type?
a. String b. Numeric
c. Array d. Tuples
Which character is used for commenting in Python?
a. # b. !
c. @ d. *
What is the output of [‘name!’] * 2?
a. [‘name!’] * 2 b. [‘name’!, ‘name’!]
c. [‘name!’, ‘name!’] d. [‘name’!] * 2
Which is not a reserved keyword in Python?
a. Insert b. Pass
c. Class d. Lambda
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here