Question: Question 1 Write a python program to read a string as an input from the user and do the following Str 1 = utas Show
Question
Write a python program to read a string as an input from the user and do the following Str utas
Show the length of the string
Replace the last alphabet in the string with "ing"
display the string in upper case
Question
Write a python program to read two string as an input from the user and do the following:
Str welcome Home"
Str "Computer Engineering"
display the first string to lower case
Find the letter e in the second string
Combine first and second string together
Repeat the first string times
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
