Traceback (most recent call last):
  File "example.py", line 2, in <module>
    txt = "My name is Bill, I am " + age
          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
TypeError: can only concatenate str (not "int") to str