Question: Advanced Find the Cipher Create a script that asks the user for their name and then responds with a greeting using the name they typed
Advanced 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 quotes from your favorite movie and save this to a text document. One of the quotes must include Jean.
Create a for loop that prints out each quote from the text document.
Use the len function to print out the number of characters on the next line under each quote.
Use the len function to calculate the number of characters in each quote.
Create a list that includes the number of characters of each quote using the len and append functions.
Once the for loop has completed, print out your list that was generated by the len function.
This will be the cipher script
Using the variable, you used to call your text file, print out the file name.
You may use the Matrix or any other movie however. Dont forget to add Jean to one of the quotes.
Add two graphic images to the script.
: Create a list that takes user input of their favorite quotes. Write the responses of the user to a file.
Create a for loop that prints out each quote from the text document. Include the rest of the parameters listed above in the script
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
