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
3 Answers
+ 1
https://www.sololearn.com/Discuss/1007334/?ref=app
0
Maninder Singh in my challenge you also have to find out how much time it too run the code. hint: timeit