Search posts, tags, users, and pages
Gregor Schafroth
Entrepreneur & Junior Programmer, currently learning how to build an OpenAI Assistant's API Chat-bot app with Python, Flask, Heroku, etc.
Alright as promised, today I’ll try to do the FizzBuzz exercise again. I’ll try to make the solution elegant without looking at yesterdays solution. My Code 🐍 Python: for number in range(1, 101): result = "" if number % 3 == 0: resul...
No responses yet.