Question: Basic Find the Cipher Create a script that asks the user for their name and then responds with a greeting using the name they typed

Basic Find the Cipher
Create a script that asks the user for their name and then responds with a greeting using the name they typed into the Python shell. You must use a variable in your code.
Create a list with 5 quotes from your favorite movie. One of the quotes must include your name.
Create a for loop that prints out each quote.
Use a len function that calculates the number of characters in each quote.
Create a list that includes the number of characters of each quote.
Once the for loop has completed, print out your list that was generated by the len function.
Your output should look like the following:
Please use different quotes. I took mine from the Matrix. You may use the Matrix or any other movie however, your quotes should be different

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!