[PYTHON] Copying sutras using range

I did it. I was able to implement it by myself from the sutras !!!!

Display numbers from 1 to 100. If it is a multiple of 3, Fizz will be displayed instead of the number. If it is a multiple of 5, Buzz will be displayed instead of the number. If it is a multiple of 3 and 5, FizzBuzz will be displayed instead of the number.

https://aiacademy.jp/texts/show/?id=161

I don't know at all whether this can be used at any time, but I'm glad that I can understand it by myself for the time being. I did it

Recommended Posts

Copying sutras using range
range