Which of the following functions can be invoked with twoarguments?
a. def lambda ():
pass
b. def iota (level, size = 0):
pass
c. def mu (None):
pass
pass
Which of the following functions can be invoked with two arguments? a. def lambda (): pass b. def iota (level, size = 0)
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am