Skip to content

Commit

Permalink
Storytelling.ipynb
Browse files Browse the repository at this point in the history
Signed-off-by: Fabiana Campanari <[email protected]>
  • Loading branch information
FabianaCampanari authored Apr 16, 2024
1 parent 7f34363 commit f32310d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Storytelling.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Storytelling.ipynb

def main():
print("Welcome to this repository, developed by the students of Data Science and Artificial Intelligence from PUC-SP, belonging to group 5 of HACKAPUC-SP 2nd edition, who won the 1st place in the competition of February 2024!")
print("This is my demonstration file in Python.")
print("It contains code related to the MindfulAl-Copilots-Bots Storytelling.")
print("Feel free to explore and contribute!")

if __name__ == "__main__":
main()


def main():
print("Seja muito bem-vindo a este repositório, desenvolvido pelos alunos de Ciência de Dados e Inteligência Artificial da PUC-SP, pertencentes ao grupo 5 do HACKAPUC-SP 2ª edição, que conquistaram o 1º lugar na competição de fevereiro de 2024!")
print("ste é o meu arquivo de demonstração em Python.")
print("Ele contém código relacionado ao repositirio Storytelling na MindfulAl-Copilots-Bots Organization on Github.")
print("Sinta-se à vontade para explorar e contribuir!")

if __name__ == "__main__":
main()

0 comments on commit f32310d

Please sign in to comment.