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.
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.