TypeError: неподдерживаемые типы операндов для |: 'str' и 'str'Python

Программы на Python
Гость
TypeError: неподдерживаемые типы операндов для |: 'str' и 'str'

Сообщение Гость »


i'm new to coding part this is the first code i want to try

dob = int(input('please enter your date of birth: ')) print(dob) cy = 2020 age= cy-dob print (age) if age == '>=1' | '=13' | '=20' | '

Вернуться в «Python»