Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
def decision(): a = int(input(3)) b = int(input(2)) с = int(input(1)) operator = input() # decision if operator == "decision": result = b * (a - c) print("Result" + str(result))