[Python] Rot-13 Encryption Method Posted on The ROT-13 method is a simple encryption method, in which each letter of the alphabet is replaced with the 13th letter after it.
[Python] Penalty Kicks Simulator Posted on 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!
[Python] Greatest Common Factor Posted on The Greatest Common Factor or GCF of two numbers is the largest integer that divides both numbers evenly, i.e., without remainders.
End of history illusion Posted on 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.
[Python] Happy numbers Posted on Happy numbers are numbers that eventually reach 1 if we sum the square of their digits and continue this process.