Парень прогер и сложил стринговые переменные, все верно
$ python
Python 2.7.5 (default, May 29 2017, 20:42:36)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-11)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> a="2"
>>> b="2"
>>> c = a + b
>>> print (c)
22 обсудить →