Name
..
_24_Write a Python program to test whether a passed letter is a vowel or not
_10_10. Write a Python program that accepts an integer (n) and computes the value of n+nn+nnn..py
_11_Write a Python program to print the documents (syntax, description etc.) of Python built-in function(s)..py
_12_Write a Python program to print the calendar of a given month and year..py
_13_Write a Python program to print the following here document.py
_14_Write a Python program to calculate number of days between two dates. Sample dates : (2014, 7, 2), (2014, 7, 11) Expected output : 9 days.py
_15_ Write a Python program to get the volume of a sphere with radius 6..py
_16_Write a Python program to get the difference between a given number and 17, if the number is greater than 17 return double the absolute difference..py
_17_Write a Python program to test whether a number is within 100 of 1000 or 2000.py
_18_Write a Python program to calculate the sum of three given numbers, if the values are equal then return thrice of their sum..py
_19_Write a Python program to get a new string from a given string where "Is" has been added to the front. If the given string already begins with "Is" then return the string unchanged..py
_20_Write a Python program to get a string which is n (non-negative integer) copies of a given string..py
_21_Write a Python program to find whether a given number (accept from the user) is even or odd, print out an appropriate message to the user..py
_22_Write a Python program to count the number 4.py
_23_Write a Python program to get the n (non-negative integer) copies of the first 2 characters of a given string. Return the n copies of the whole string if the length is less than 2..py
_25_Write a Python __ group of values.py
_26_Write a Python program to create a histogram from a given list of integers.py
_27_Write a Python program to concatenate all elements in a list into a string and return it.py
_28_Write a Python program to print all even numbers from a given numbers list in the same order and stop the printing if any numbers that come after 237 in the sequence.py
_29_Write a Python program to print out a set containing all the colors from color_list_1 which are not present in color_list_2.py
_2_py_version.py
_30_Write a Python program that will accept the base and height of a triangle and compute the area.py
_31_Write a Python program to compute the greatest common divisor (GCD) of two positive integers.py
_33_Write a Python program to sum of three given integers. However, if two values are equal sum will be zero.py
_34_ Write a Python program to sum of two given integers. However, if the sum is between 15 to 20 it will return 20.py
_35_ Write a Python program that will return true if the two given integer values are equal or their sum or difference is 5.py
_37_Write a Python program to display your details like name, age, address in three different lines.py
_38__Write a Python program to solve (x + y) * (x + y).py
_39__Write a Python program to compute the future value of a specified principal amount, rate of interest, and a number of years..py
_40__Write a Python program to compute the distance between the points (x1, y1) and (x2, y2)..py
_41__Write a Python program to check whether a file exists.py
_42__Write a Python program to determine if a Python shell is executing in 32bit or 64bit mode on OS.py
_43__Write a Python program to get OS name, platform and release information.py
_44__Write a Python program to locate Python site-packages.py
_45__Write a python program to call an external command in Python.py
_47__Write a Python program to find out the number of CPUs using.py
_48__Write a Python program to parse a string to Float or Integer.py
_49_Write_a_Python_program_to_list_all_files_in_a_directory_in_Python.py
_4_radius.py
_4_test.py
_50_Write a Python program to print without newline or space.py
_5_reverse_print_fullname.py
_5_test.py
_6_comma_separated_numbers_into.py
_8_read_colors_from_list.py
_9_Write a Python program to display the examination schedule..py