def getDim(dim):
      d=input("Enter the " + dim +": ")
      return (d)
