top of page


HackerRank - The Minion Game Solution
Kevin and Stuart want to play the ' The Minion Game '. Game Rules Both players are given the same string, Both players have to make...
2 days ago2 min read


Swap Case in Python - Hacker Rank Challenge to Write a Function that swaps the case of all letters in a string
Suppose you were given a string that was equal to: Hello - Welcome To The Python Community but you needed it to return: hELLO - wELCOME...
6 days ago1 min read


Python HackerRank! Find the Runner-Up Score - AKA Finding the second largest number in an array, list or tuple.
Given the participants' score sheet for your University Sports Day, you are required to find the runner-up score. You are given scores....
Apr 181 min read


A bit of Python for Project Euler
Project Euler is a series of mathematical questions that need the accompaniment of computer programming to solve. It is permissible to...
Nov 2, 20241 min read
bottom of page