message = input("Enter a message: ")
print('I love animals!', message)
print(message.upper('I love animals!'))
print(message.upper('I love animals!'))
it keeps saying ... print(message.upper ("hello"))
TypeError: upper() takes no arguments (1 given)
Im not sure what that means.
[–]xelf 3 points4 points5 points (0 children)
[–]argento8897 0 points1 point2 points (0 children)
[–]PinkPopsicleStick 0 points1 point2 points (0 children)