0

Challenge

Take user input for range. (Starting and Ending number) If number is divisible by 3 print fizz, if by 5 print buzz, if by both fizzbuzz else the number itself. Use map to solve this. Also tell how much time it took to run the code. Use Python

4th Jun 2018, 6:23 AM
Diwakar Jain
Diwakar Jain - avatar
3 Answers
4th Jun 2018, 10:06 AM
Maninder $ingh
Maninder $ingh - avatar
+ 1
https://www.sololearn.com/Discuss/1007334/?ref=app
4th Jun 2018, 7:18 AM
Louis
Louis - avatar
0
Maninder Singh in my challenge you also have to find out how much time it too run the code. hint: timeit
4th Jun 2018, 7:29 PM
Diwakar Jain
Diwakar Jain - avatar