Question: write me a code using python according to the question. Programming questions(10 points for each question, 30 points in total) 1. Write a program, input
write me a code using python according to the question.
Programming questions(10 points for each question, 30 points in total) 1. Write a program, input the user's name into a variable, and then print the name in lowercase, uppercase and initial capital letters. 2. Compute the factorial: input a positive integer number n, compute: fac=1*2*3...*n. 3. Write a function:For a positive integer, define f(n) as the sum of the squares of each digital such as: f(56324)=52+62+32+22+42=90
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
