I wrote a simple code in python.
Originally my assignment is to receive two inputs(name of person) and print them.
Here's my question. When I try to sum two variables but one of them is int and another one is str, an error occurs. But in this case (the picture) why variable 'a' is recognized as a str not int? I think there must occurs an error but a is recognized as a str and work well.