Class 11:Fundamentals Question Set 2

1.
Python supports Unicode codeing standard.

a. True
b. False

 

2.
An identifiers must be a keyword of python.

a. True
b. False

 

3.
Default variable initialization is string literal

a. True
b. False

 

4.
3+C-A is a valid statement

a. True
b. False

 

5.
The input() function always retuurns a value of an integer type

a. True
b. False