Post

Python Programming
Python Programming@PythonPr·
What is The Difference ? Comment The Output
Python Programming tweet media
English
8
3
47
7.1K
Izzy
Izzy@IsoyiCollins·
@PythonPr The quotation mark on b of the second code ,it has no opening tag leading to a syntax error
English
0
0
4
156
Private
Private@Private_potter·
@PythonPr Yooo a = 5 b = 3 print(''Sum''', a + b) ❌️ a = 5 b = 3 print(''Sum:'', a + b) ✅️
English
0
0
2
64
Paylaş