Skip to content

Instantly share code, notes, and snippets.

@sebastianmorenoe
Created June 17, 2023 16:03
Show Gist options
  • Save sebastianmorenoe/b224b758b30da76a5057a50ae8fc4f17 to your computer and use it in GitHub Desktop.
Save sebastianmorenoe/b224b758b30da76a5057a50ae8fc4f17 to your computer and use it in GitHub Desktop.
[Prompt Engineering] - Desafío Número 1 - Crea tu primera función en Python
"""
Agrega el código generado por el modelo fundacional aquí
"""
if __name__ == '__main__':
if multiply(2,5) == 10:
print('DESAFÍO COMPLETADO')
else:
print('DESAFÍO NO LOGRADO')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment