pyton variable code example Example 1: how to declare a variable in python variable = 2 Example 2: python variable string = 'string' integer = 5 boolean = True