You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Reber b880c3ccde Initial commit 4 years ago
..
Python function that accepts a string and calculate the number of upper case letters and lower case letters.py Initial commit 4 years ago
Python function that checks whether a passed string is palindrome or not.py Initial commit 4 years ago
Python function that takes a list and returns a new list with unique elements of the first list.py Initial commit 4 years ago
Python function that takes a number as a parameter and check the number is prime or not.py Initial commit 4 years ago
Python function that that prints out the first n rows of Pascal's triangle.py Initial commit 4 years ago
Python function to calculate the factorial of a number (a non-negative integer).py Initial commit 4 years ago
Python function to check whether a number is in a given range.py Initial commit 4 years ago
Python function to check whether a number is perfect or not.py Initial commit 4 years ago
Python function to check whether a string is a pangram or not.py Initial commit 4 years ago
Python function to create and print a list where the values are square of numbers between 1 and 30 (both included).py Initial commit 4 years ago
Python function to find the Max of three numbers.py Initial commit 4 years ago
Python function to multiply all the numbers in a list.py Initial commit 4 years ago
Python function to sum all the numbers in a list.py Initial commit 4 years ago
Python program of recursion list sum.py Initial commit 4 years ago
Python program that accepts a hyphen-separated sequence of words as input and prints the words in a hyphen-separated sequence after sorting them alphabetically.py Initial commit 4 years ago
Python program to calculate the geometric sum of n-1.py Initial commit 4 years ago
Python program to calculate the harmonic sum of n-1.py Initial commit 4 years ago
Python program to calculate the sum of a list of numbers.py Initial commit 4 years ago
Python program to calculate the sum of the positive integers.py Initial commit 4 years ago
Python program to calculate the value of 'a' to the power 'b'.py Initial commit 4 years ago
Python program to converting an integer to a string in any base.py Initial commit 4 years ago
Python program to execute a string containing Python code.py Initial commit 4 years ago
Python program to make a chain of function decorators (bold, italic, underline etc.py Initial commit 4 years ago
Python program to print the even numbers from a given list.py Initial commit 4 years ago
Python program to reverse a string.py Initial commit 4 years ago