ANTON KADACH

Generation

time complexityWed, 18 Jan 2023

написать калькулятор

def calculator(a, b, op): if (op == '+'): return a + b elif (op == '-'): return a - b

Questions about programming?Chat with your personal AI assistant