Question: Please find the output of given code block. def function1 (number): for i in range (number/10): print(i-5, number, sep= t) + function1 (50)
Please find the output of given code block. def function1 (number): for i in range (number/10): print(i-5, number, sep= "\t") + function1 (50)
Step by Step Solution
There are 3 Steps involved in it
The provided code defines a function function1number that prints two values in each iteration of th... View full answer
Get step-by-step solutions from verified subject matter experts
