Input a list of numbers and find the smallest and largest number from the list.
|
Written by Super User |
419 |
Input a list/tuple of elements, search for a given element in the list/tuple.
|
Written by Super User |
479 |
Input a list of elements, sort in ascending/descending order using Bubble/Insertion sort.
|
Written by Super User |
435 |
Input a list of numbers and swap elements at the even location with the elements at the odd location
|
Written by Super User |
464 |
Find the largest/smallest number in a list/tuple
|
Written by Super User |
410 |
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 |
463 |
Count and display the number of vowels, consonants, uppercase, lowercase characters in string.
|
Written by Super User |
523 |
Compute the greatest common divisor and least common multiple of two integer
|
Written by Super User |
438 |
Display the terms of a Fibonacci series.
|
Written by Super User |
1215 |
Input a number and check if the number is a prime or composite number.
|
Written by Super User |
452 |