1.

Find and write the output of the following python code: def fun(s): k=len(s) m="" for I in range (0,k):

Answer»

k=len(s)    ^ IndentationError: EXPECTED an INDENTED BLOCK



Discussion

No Comment Found