use variable in function python code example Example 1: how to declare a variable in python variable = 2 Example 2: Use variables in python x = 'Welcome' print(x)