Question: What is the output of the following Python2 code ? for x in range(15): print x%3/2*'Fizz'+x%5/4*'Buzz' or x+1;
What is the output of the following Python2 code ?
for x in range(15): print x%3/2*'Fizz'+x%5/4*'Buzz' or x+1;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
