x = "Python " def myfunc(): print("Welcome to " + x) myfunc()