Language Basics Python

a = 3           # name created
b = 4
print a, b