add ' to pyhon code example
Example 1: how to add in python
a = int(input())
b = int(input())
s = a+b
print(S)
Example 2: add in python
a = 6
b = 12
c = a + b
#That is how you can add two numbers or variables
a = int(input())
b = int(input())
s = a+b
print(S)
a = 6
b = 12
c = a + b
#That is how you can add two numbers or variables