Data Type Python

a = 3           # name created
b = 4
print a % 2, b ** 2       # modulus (remainder), power