Question: python What will be the output of the following code segment: print(f1(2) def fi(b): a = python * a Your answer: pythonpython o nothing O
What will be the output of the following code segment: print(f1(2) def fi(b): a = "python" * a Your answer: pythonpython o nothing O error Clear
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
