Input a list of numbers and find the smallest and largest number from the list.
|
Written by Super User |
498 |
Input a list/tuple of elements, search for a given element in the list/tuple.
|
Written by Super User |
565 |
Input a list of elements, sort in ascending/descending order using Bubble/Insertion sort.
|
Written by Super User |
510 |
Input a list of numbers and swap elements at the even location with the elements at the odd location
|
Written by Super User |
544 |
Find the largest/smallest number in a list/tuple
|
Written by Super User |
487 |
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 |
566 |
Count and display the number of vowels, consonants, uppercase, lowercase characters in string.
|
Written by Super User |
617 |
Compute the greatest common divisor and least common multiple of two integer
|
Written by Super User |
518 |
Display the terms of a Fibonacci series.
|
Written by Super User |
1342 |
Input a number and check if the number is a prime or composite number.
|
Written by Super User |
549 |