1. In the following code,
1 print(98.6)
What is "98.6"?
1. A conditional statement
2. A constant
3. An iteration / loop statement
4. A variable
Answers
Answered by
5
Answer:
2. A constant
Explanation:
it hasn't been stored and it is arbitrary constant
Answered by
2
Option (B)
is Constant.
Constant value:
- A constant is a sort of variable that has a fixed value.
- Constants can be thought of as containers for information that cannot be modified afterward.
- Constants might be thought of as a bag in which to store some books that cannot be replaced once placed inside. Constants are commonly declared and assigned in a module in Python.
- The module is a new file that contains variables, functions, and other information that is imported into the main file.
- Constants are written in all capital letters within the module, with underscores between the terms.
Similar questions
Social Sciences,
3 months ago
Math,
3 months ago
Computer Science,
3 months ago
Computer Science,
7 months ago
Math,
7 months ago