@ROCKINGRAYQUAZA hey your problem is that you have a variable called in input and of course input is a keyword so whenever you do input() something after you have redefined input as a string, it tries to use call that variable as a function, which of course it isn't because your have redifined it as a str. To fix just rename the variable input to something different like inpt
why is it showing me a type error and how do i solve it?
comment or suggest something about the game if you have anything in mind..
@ROCKINGRAYQUAZA hey your problem is that you have a variable called in
input
and of courseinput
is a keyword so whenever you doinput()
something after you have redefinedinput
as a string, it tries to use call that variable as a function, which of course it isn't because your have redifined it as astr
. To fix just rename the variableinput
to something different likeinpt