Name
..
_10_Write a Python program to print the even numbers from a given list.py
_11_Write a Python function to check whether a number is perfect or not.py
_12_Write a Python function that checks whether a passed string is palindrome or not.py
_16_Write a Python function to create and print a list where the values are square of numbers between 1 and 30 (both included).py
_16_square_from_list.py
_19__Write a Python program to access a function inside a function.py
_1_find_biggest_of_3.py
_20__Write a Python program to detect the number of local variables declared in a function.py
_2_sum_of_numbers_in_list.py
_3_multiplication_of_numbers_from_list.py
_4_Write a Python program to reverse a string.py
_5_Write a Python function to calculate the factorial of a number (a non-negative integer). The function accepts the number as an argument.py
_6_Write a Python function to check whether a number is in a given range.pyi
_7_Write a Python function that accepts a string and calculate the number of upper case letters and lower case letters..py
_8_Write a Python function that takes a list and returns a new list with unique elements of the first list.py
_9_Write a Python function that takes a number as a parameter and check the number is prime or not.py