python using variable code example Example 1: how to declare a variable in python variable = 2 Example 2: variables in python x = 5 y = "John" print(x) print(y)