Computer Science, asked by swetak13799, 2 months ago


Write T for true and F for false statements.
1. Python is not case sensitive.
2. A backslash is used to display a multiline string.
3. Python is an open source programming language.
4. Keywords can be used as variable names.
5. Float is a valid data type in Python.
6. Variable name can start with a number.​

Answers

Answered by MansourM
8

Answer:

1st  F

Explanation:

Python is a case-sensitive language. This means, Variable and variable are not the same.

Answered by rkumari44835
0

Answer:

1 F

2 F

3 T

4 F

5 T

6 F

Explanation:

All the best for

Similar questions