fizzBuzz numbers 1 to 100: (x3)Fizz, (x5)Buzz, (x3 & x5)FizzBuzz alongwith prime numbers in python

前端 未结 0 394
梦毁少年i
梦毁少年i 2020-12-09 21:15

what needs to be corrected in the below code in python? e.g 91 is not prime but how it can corrected?

for x in range(100):
    if x%3==0:
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题