Skip to content

Commit fba059a

Browse files
committed
parameter & argument simple f
1 parent 2b04ecc commit fba059a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

03.f_practice.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,11 @@ def is_even(num):
2525

2626

2727
print(is_even(9))
28+
print('--------------------------------')
29+
30+
31+
def song():
32+
return "happy birthday song"
33+
34+
35+
print(song())

0 commit comments

Comments
 (0)