True / False For Python Fundamentals Class 11 Computer Science (CS), Informatics Practices (IP)


1. Keywords can be used as identifier names.

2. The identifiers in Python can begin with an underscore.

3. Variable once assigned a value can be given any other value.

4. Variables are created when they a first assigned their value.

5. Python variables support dynamic type

6. You can rename a keyword.

7. String values in Python can be single line strings, and multi-line strings.

8. A variable can contain values of different types at different times.

9. Expressions contain values/variables along with operators.

10. print() without any argument adds an invisible newline character.

11. 0128 is a legal literal value in Python.

12. 0x12EFG is a legal literal value in Python.

13. 0123 is a legal literal value in Python.


Answer :-

1. False
2. True
3. True
4. True
5. True
6. False
7. True
8. True
9. True
10. True
11. True
12. False
13. False

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post