I came across words like Bipolar bear and clandestination. I wanted to generate more such punny (pun + funny) words. I took ChatGPT's help. I used this wordlist of top…
I saw this post on r/midlyinfuriating. I was very enthusiastic to bruteforce the solution in Python. Here's the code I wrote (without ChatGPT's help, LOL!): from itertools import permutations from…
30-Day Writing Challenge: 18/30 As some of you know, I do some basic Python programming. Out of all the projects I made, Sudoku Solver is one of my favourites. I…