Питон. с кодом: ag1=12 print("напиши свое имя: ") a=input () print("", a ,",сколько тебе лет? ") c=input () if c> ag1: ag2=младше else: ag2=старше print("понятно,меня звать ваня и я ", ag2 ,"тебя")
ошибка выдается следующая: traceback (most recent call last): file "c: \_python\pr.py", line 6, in if c> ag1: typeerror: '> ' not supported between instances of 'str' and 'int'