Skip to content

Commit

Permalink
Merge pull request #335 from MindfulAI-Copilots-Bots/FabianaCampanari…
Browse files Browse the repository at this point in the history
…-patch-1

 demo.py
  • Loading branch information
FabianaCampanari authored Apr 12, 2024
2 parents 7878c45 + 211ef18 commit 28e8d44
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions demo.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# demo.py

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 Organization.")
print("Feel free to explore and contribute!")

if __name__ == "__main__":
main()



# demo.py

def main():
Expand Down

0 comments on commit 28e8d44

Please sign in to comment.