Answer:
A) print(4,794 + 5,632)
Explanation:
The sum means numbers when added. The plus sign is +.
The asterisk, this symbol: * it means multiplication.
If you input D) print("4,794 + 5,632")
The quotation marks indicate to output exact what's inside them.
The output would be: 4,794 + 5,632
Print should be used with brackets like print(), print = doesn't do anything.