Computer Science, asked by kelashpatel40, 1 month ago

Answer the followings as True or False.
1. Python is a simple and easy to use high level language.
2. We can directly create Python program on the command prompt.
3. Python's interactive interpreter is called Python shell.
4. Python is a case sensitive language.
5. print() function cannot be used in interactive mode.
6. Python variable required to be declared before storing the values.
7. Extension name is added automatically at the time of saving Python file.
8. input() function does not take any argument.​

Answers

Answered by madhalaimuthucharlas
2

Answer:

1.True

2. True

3. True

4. True

5. False

6. True

7. True

8. False

Similar questions