Variable in Python



x = 5
y = "John"
print(x)
print(y)



0 Comments

Newest