What purpose might the following line serve in a python script? if len( ) > 1:

a. To check for a script argument
b. To make sure is a valid command
c. To check that has a value greater then 1.
d. to make sure the variable len is defined

Answer :

Other Questions