Question: Write a python program that allows the user to enter the statement and create multiple functions to convert the given statement into the following format.

Write a python program that allows the user to enter the statement and create multiple functions to convert the given statement into the following format. Text = "Hello, And Welcome To My World!" 1. Print : Hello, and welcome to my world. 2. Print : hello, and welcome to my world! 3. Print the statement after 20 whitespace 4. Print the statement in the following format (split). Hello, And Welcome To My World! Write a python program that prompts the user to enter integer values (minimum 10 inputs) for each of two lists (E.g. A and B), applies the following relational algebra among the list and store the results in different tuples and print it in reverse order. a) AUB b) A-B
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
