from time import * from random import * import os,sys, random global name global HP global MP global move global enemyHP print ("Welcome to Middle Earth, " + name) sleep(2) print ("\nYour health is" + " " +str(MP)) print ("Your magic skill is")