Takes a Decimal number entered by the user, and converts it to a Binary number.
Decimal-Binary Converter with Maths
This program performs a Binary conversion of an inputted Decimal number. This method uses maths rather than a built in Python function to do the calculation.
String Lists
Ask for a word, then reverses it to see if it is a Palindrome or not.
Random Maths Quiz
Creates a list of random numbers between 1 and 100. Then randomly picks two numbers from this list and uses a random operator to perform a maths operation.
Random Number Guessing
Generates a random number, then asks the user to guess the number, giving output messages too high or too low.
Divisors
Asks for a number to divide. Will then list all numbers that divide into it.
Bingo
Bingo caller game. Generates random numbers in a list. Calls numbers and moves them to a different list, until someone calls House. Then displays them, and checks if the user is a winner.