Kizspy | Question: 37
(Choose 1 answer)
Which of the following statements accurately describes how to assign a value to a variable and use it in an arithmetic expression in Python?
A. You can assign a value to a variable using the equals sign (=) and then use that variable in operations like addition or multiplication.
B. Variables must be assigned using the assign keyword before they can be used in arithmetic expressions.
C. Values can only be assigned to variables by using the set function before performing arithmetic operations.
D. Arithmetic expressions in Python do not require variable assignment and can only use constants.