-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Fabiana Campanari <[email protected]>
- Loading branch information
1 parent
7f34363
commit f32310d
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
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() |