Index Python
Index Python
16. Write a program to find out whether the year is a leap year or
not.
17 Write a menu-driven program to accept two strings from the
user and perform the various functions using user-defined
functions.
18. Write a program to find the smallest and largest number in a
list
19. Write a program that uses a user-defined function that
accepts name and gender (as M for Male, F for Female) and
prefixes Mr./Ms. on the basis of the gender.
20. Write a program to print the Fibonacci series using recursion