Skip to content
View IPCHALLIS's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Cookham, United Kingdom

Block or report IPCHALLIS

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. IPCHALLIS IPCHALLIS Public

    Config files for my GitHub profile.

  2. Highest-to-Lowest-Numbers Highest-to-Lowest-Numbers Public

    Given a string with space separated numbers, this function will return the highest and lowest numbers within that string.

    Python

  3. Find-the-Divisors Find-the-Divisors Public

    These 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

  4. Detect-a-Pangram Detect-a-Pangram Public

    This 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

  5. Password-Security-Validation Password-Security-Validation Public

    This 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

  6. Fibonacci-Numbers Fibonacci-Numbers Public

    A space for Fibonacci programs. Will be updated with new and various functions over time.

    Python