i am trying to concat two or more than string and integer value in print() function
and for above code for using (string) as to type cast and get error is:
[]bSyntaxError: invalid syntax[/b]
so how to type cast integer to string with print() function in python?
Read more