[Link] to print python for 5 times.
[Link] to print n natural numbers.
[Link] to print multiplication table for n.
[Link] to find the sum of n natural numbers.
43. Wap to find the product of n natural numbers or factorial of a number.
[Link] to print all the characters of a string.
[Link] to print all the characters present at even index of a string.
[Link] to extract all the lowercase characters present in a string.
[Link] to extract all the vowels present in a string.
[Link] to print factors of a integer number.
[Link] to toggle a string.
[Link] to reverse the given number.
[Link] to find the sum of individual digits of a number.
52. Wap to check whether the number is perfect or not.
[Link] to login to phonepe by entering correct otp.
[Link] to run infinite loop until user enters the correct password.
[Link] to extaract all the even integers present in a tuple at odd index.
[Link] to remove duplicates from a list without converting into set.
[Link] to find the sum of all the odd numbers between the given range.
[Link] to find the greatest number in a given list of integers.
[Link] to find the sum of cube of a number in a string.
[Link] to check whether the number is Armstrong or [Link] to get the
following output.
A=’10011100’ B=’00110101’ out=4(count of positions having same values)
[Link] to check the given number is prime or not.
[Link] to check whether the number is palindrome or not.
[Link] to find the HCF of two numbers.
[Link] to convert binary to decinaml.
66. Wap to convert decimal to binary.
[Link] to count the number of words in a string.
[Link] to guess the number.
[Link] to find the common elements in two sets
[Link] to find the product of all the digits present in a number.