These are basic python programs for beginners.
- Check Specific Number : A python program to find all the values in a list are greater than a specified number.
- Multiplication Table : A python program to create the multiplication table (from 1 to 10) of a number.
- Name - Greeting : Contains a function that takes in a name and returns a greeting.
- LCM : A Python program to find the Least Common Multiple (LCM) of two positive integers.