you dont want to use print() for this problem. it should just return (len(word)**2)
return (len(word)**2)
only return, instead of print