Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Python: Functions I : Functions with messages.
#python 3.5.2 def f1(): print("hello") def f2(msg): print(msg) def f3(num): for i in range(num): print(i," Hello") def f4(msg,num): for i in range(num): print(i," ",msg) f1() f2("Hello happy people") f3(5) f4("Hello happy people",4)
run
|
edit
|
history
|
help
0
fb_series
sum_of_digits.py
estadale
HW3-final
gj2
PyTeleBook
Lesson 6 part b2
display age
75
What regex will match these lines?