Set 2 - PWP
Set 2 - PWP
1
round(4.576)
a) 4
b) 4.6
c) 5
d) 4.5
2. Which of the following is the correct syntax for defining a function in Python?
1
a) function foo():
b) def foo():
c) define foo():
d) function foo[]: