Skip to content

Commit 28a67be

Browse files
committed
Update Main.py
1 parent 3118ad5 commit 28a67be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Python/Variables/Main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@
1616
def myFunction():
1717
print("Awesome")
1818

19+
1920
myFunction()
2021

2122

2223
def getData(Name):
2324
print("Name: " + Name)
2425

25-
getData("Franscois")
26+
27+
getData("Franscois")

0 commit comments

Comments
 (0)