- Cookham, United Kingdom
Popular repositories Loading
-
-
Highest-to-Lowest-Numbers
Highest-to-Lowest-Numbers PublicGiven a string with space separated numbers, this function will return the highest and lowest numbers within that string.
Python
-
Find-the-Divisors
Find-the-Divisors PublicThese two programs take a given integer n > 1 and return an array with all the integer's divisors (except 1 and the integer itself), from smallest to largest. If the integer is a prime number, it r…
Python
-
Detect-a-Pangram
Detect-a-Pangram PublicThis is a simple program that detects if a given string is a pangram (outputs True or False). A pangram is a sentence that contains every single letter of the alphabet at least once.
Python
-
Password-Security-Validation
Password-Security-Validation PublicThis is a password validation and security program. It stores a password in a global variable and counts down to zero when the user enters the wrong password.
Python
-
Fibonacci-Numbers
Fibonacci-Numbers PublicA space for Fibonacci programs. Will be updated with new and various functions over time.
Python
If the problem persists, check the GitHub status page or contact support.