Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+4 votes
asked in CSC201 Spring 2021 by (1 point)

2 Answers

+1 vote

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

answered by (1 point)
+1 vote

only return, instead of print

answered by (1 point)
...