how to make variables python code example Example: how to make variables python x = 5 y = "John" print(x) print(y)