declaring variavle using _ in python code example Example: variables in python x = 5 y = "John" print(x) print(y)