The ROT-13 method is a simple encryption method, in which each letter of the alphabet is replaced with the 13th letter after it.
Read more[Python] Penalty Kicks Simulator
Penalty kicks are exciting, especially if they are awarded to the side that you are supporting. Let’s write some Python code to simulate them!
Read more[Python] Greatest Common Factor
The Greatest Common Factor or GCF of two numbers is the largest integer that divides both numbers evenly, i.e., without remainders.
Read moreEnd of history illusion
End of history illusion refers to the fact that individuals assume that they will not change in the future, and will remain mostly the same.
Read more[Python] Happy numbers
Happy numbers are numbers that eventually reach 1 if we sum the square of their digits and continue this process.
Read more