1.

what is the output of the following code fragment?for a in "abcde": print(a,\'+\',end=\'. \')

Answer»


Discussion

No Comment Found