Sebastián

Generation

generate functionThu, 13 Jul 2023

Crear un bot para Telegram que tenga la capacidad de realizar operaciones matemáticas Basicas de manera profesional

def math(a, b): return a + b math(1, 2)

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