1 Answer
+ 4
form8tory
at line 16, in the print statement
convert the integers into string by using str(your integer number)đđđđđđđ
print("You have a " + str(p) + " its cp is " + str(c) + " its hp is " + str(h) + " its level is " + str(l))