Skip to content

Commit

Permalink
Update Main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyFrcs committed May 28, 2024
1 parent 3118ad5 commit 28a67be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Python/Variables/Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@
def myFunction():
print("Awesome")


myFunction()


def getData(Name):
print("Name: " + Name)

getData("Franscois")

getData("Franscois")

0 comments on commit 28a67be

Please sign in to comment.