#python
Read more stories on Hashnode
Articles with this tag
Alright time for an exercise in both Python and JavaScript again! Today I’m doing Fibonacci numbers 🙂 Exercise: Fibonacci Sequence...
So as promised yesterday, I’m going to try this random number exercise again without ChatGPT. In Python I just generate the number and show it in the...
Today I had very little time for code, so I wanted to do a very simple exercise: Generate a random number between 1 to 100, and in the case of JS also...
New day, new exercise! I again asked for something simple for Python and JavaScript. Here is what ChatGPT gave me: Exercise: Sum of Even Numbers Write...
Time for another simple exercise to be solved both in Python and JavaScript! Here is what I got from ChatGPT: Exercise: Count Vowels Write a program...
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...