Created
June 17, 2023 16:03
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
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