#def test print("Hello, world!") #for text print(test) #for variable print("Hello,", test) # for text + variable