Generation

generate functionSun, 21 May 2023

crear una calculadora

def calculator(operator, a, b): if operator == "+": return a + b print(calculator("+", 1, 2))

Want to kickstart your project?Use the new AI Studio to create your code