2019/9/23. Fizz Buzz Problem by Python Source codes for i in range ( 1 , 21 ) : if i % 15 == 0: print ( "Fizz Buzz" ) continue if i % 3 == 0: print ( "Fizz" ) continue if i % 5 == 0: print ( "Buzz" ) continue print ( i ) This is the source code of “ Fizz Buzz Problem ” by Python. I am learning Python and I am starting to show my source codes on my blog!
This repository explores global system architectures, AI-era dynamics, attention, trust (Emotionics), and the transition protocols shaping our future. It serves as an open archive of observations and frameworks for understanding structural shifts beyond daily news and short-term reactions. The guiding belief here is simple: Sustainable futures do not rely on charismatic leaders, but on resilient systems and careful design today. Disclaimer: On this blog, “the world” does not include Japan.