Don't get solve of fuzzbuzz exercise project in python.. ! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Don't get solve of fuzzbuzz exercise project in python.. !

FizzBuzz is a well known programming assignment, asked during interviews. The given code solves the FizzBuzz problem and uses the words "Solo" and "Learn" instead of "Fizz" and "Buzz". It takes an input n and outputs the numbers from 1 to n. For each multiple of 3, print "Solo" instead of the number. For each multiple of 5, prints "Learn" instead of the number. For numbers which are multiples of both 3 and 5, output "SoloLearn".

29th Nov 2022, 8:55 PM
Alhaitham Alhassan Mahjoub
Alhaitham Alhassan Mahjoub - avatar
2 Answers
+ 1
??!!
1st Dec 2022, 6:14 AM
Alhaitham Alhassan Mahjoub
Alhaitham Alhassan Mahjoub - avatar
0
Attempts?
30th Nov 2022, 12:54 AM
A͢J
A͢J - avatar