What is The Difference ? Comment The Output
Izzy@IsoyiCollins·29 Haz@PythonPr The quotation mark on b of the second code ,it has no opening tag leading to a syntax errorÇevir English004156
Private@Private_potter·29 Haz@PythonPr Yooo a = 5 b = 3 print(''Sum''', a + b) ❌️ a = 5 b = 3 print(''Sum:'', a + b) ✅️Çevir English00264