B. State True or False.
2. A variable name can consist of alphabets, digits, and underscore.
3. A script is a program that you type in Python.
4. In Python, only one type of data can be stored in memory.
5. The print() function is used to accept the value of a variable from the user.
6. The string values cannot be multiplied together.
7. When we use ',' operator as the separator among the values, the values are displayed with a space
between them.
- Multiple-choice questions.
1. To evaluate an arithmetic expression, it is not necessary to use print() function.
Answers
Answered by
7
Answer:
true
false
false
true
true
false
true
Similar questions