def north () : print ("to go north press n then eneter") def Get_Names(jack): print( jack + " Baggins") Get_Names("Bilbo") Get_Names("Frodo") def Get_Names(bilbo, frodo): print(bilbo + " " + frodo) Get_Names("Bilbo", "Baggins") from time import * from random import * import os,sys, random global jind global hp global MP global enemy global enemyhp print ("welcome to middle earth, " +name)