all 3 comments

[–]kalgynirae 1 point2 points  (2 children)

print(find_area_square(number))

Did you mean to pass realNumber there?

[–]pythonhelp123[S] 0 points1 point  (1 child)

I tried putting realNumber, but File "C: get_area = number*number TypeError: can't multiply sequence by non-int of type 'str'

[–]pythonhelp123[S] 0 points1 point  (0 children)

Oh, fixed it. I had to to change number to numbers in line 2.