Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 23131

How to tackle a 'str' not callable error message

$
0
0
State_city = ('Abia'+'Umuahia')Together = State_city'Print' (Together)

Why isn't the above code printing on pydroid 3 (I'm using it on my phone)?

I tried adding ' but it still won't print. It keeps outputting 'Str' object is not callable.


Viewing all articles
Browse latest Browse all 23131

Trending Articles