Dacey needs to calculate the sum of 4,794 and 5,632.
Which Python statement should Dacey use to calculate this?
A) print (4,794 + 5,632)
B) print (4,794 * 5,632)
C) print = 4,794 + 5,632
D) print ("4,794 + 5,632")
+1
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Dacey needs to calculate the sum of 4,794 and 5,632. Which Python statement should Dacey use to calculate this? A) print (4,794 + 5,632) B) ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Home » Computers and Technology » Dacey needs to calculate the sum of 4,794 and 5,632. Which Python statement should Dacey use to calculate this? A) print (4,794 + 5,632) B) print (4,794 * 5,632) C) print = 4,794 + 5,632 D) print ("4,794 + 5,632")