Posts With Tag: Code
Using the While, Else Statement in Python
Using while/else statement in Python unironically in a code that Kutay wrote
In Python, there is something that even the creator of Python despises. The thing that I am referring to is the “while, else” statement. Some context is that I was in a computer science course and we had to create some text-based game, and I—unironically—used the forbidden technique, the while else statement. The section of code that uses while else is given below, and for the interested, the full code is at the bottom of the page.
Cookie Blog
A blog about AI and art written and maintained by two high-school students.
For my CAS project, with a friend, we’ve decided to create a blog and write posts around AI — this was way before the AI hype and way before ChatGPT.
JavaScript and Asynchronous Functions
Kutay explains an error he observed and discusses asynchronous functions in Javascript.
Hello everyone! In this second post of my blog, I am going to explain an error I stumbled upon last week, how I solved it, and asynchronous functions in Javascript.
§