В чем ошибка моего кода? (Python)
int(input(a))
int(input(b))
int(input(c))
if a %==2 or b %==2 or c %==2 print(нет) else print(да)

Ошибку показывает так:
File "", line 4
if a %==2 or b %==2 or c %==2
^^
SyntaxError: invalid syntax

Пыталась убирать/добавлять пробел, но не помогло.
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.