Input a list of numbers and find the smallest and largest number from the list.
|
Written by Super User |
427 |
Input a list/tuple of elements, search for a given element in the list/tuple.
|
Written by Super User |
485 |
Input a list of elements, sort in ascending/descending order using Bubble/Insertion sort.
|
Written by Super User |
440 |
Input a list of numbers and swap elements at the even location with the elements at the odd location
|
Written by Super User |
470 |
Find the largest/smallest number in a list/tuple
|
Written by Super User |
417 |
Input a string and determine whether it is a palindrome or not also convert the case of characters in a string.
|
Written by Super User |
469 |
Count and display the number of vowels, consonants, uppercase, lowercase characters in string.
|
Written by Super User |
533 |
Compute the greatest common divisor and least common multiple of two integer
|
Written by Super User |
442 |
Display the terms of a Fibonacci series.
|
Written by Super User |
1218 |
Input a number and check if the number is a prime or composite number.
|
Written by Super User |
461 |