def function2(): x = "10" y = 5 z = x + y print(z) function2()