Sure, here are the extracted questions: Write a program to print all Armstrong numbers in a given range. Write a function to obtain sum n terms of the given series for any positive integer value of X. Write a function to obtain sum n terms of the given series for any positive integer value of X. Write a program to multiply two numbers by repeated addition. Write a program to compute the wages of a daily laborer according to specified rules. Accept the name of the laborer and the number of hours worked, then calculate and display the wages. The program should run for N number of laborers as specified by the user. Write a function that takes a string as a parameter and returns a string with every successive repetitive character replaced by a question mark. Write a program that takes in a sentence as input and displays the number of words, number of capital letters, number of small letters, and number of special symbols. Write a Python program that takes a list of numbers as input from the user and produces a cumulative list. Write a program which takes a list of numbers as input and finds the largest number, smallest number, and product of all the items in the list. Write a Python function that takes two lists and returns True if they have at least one common item. Write a Python program to combine two dictionaries adding values for common keys. Write a program that takes a sentence as input from the user and computes the frequency of each letter using a dictionary. Apply recursive call to compute the product of two numbers using repetitive addition. Apply recursive call to print Fibonacci series up to term n. Write a program to input two numbers as input and compute the greatest common divisor. Write a NumPy program to find the most frequent value in an array. Take two NumPy arrays having two dimensions and concatenate the arrays on axis 1.