Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please Use Python for this assignment..! Name 1. In the given list L, replace Paris with London. L = [Dallas, Berlin, Madison, Paris) (Save the
Please Use Python for this assignment..!
Name 1. In the given list L, replace Paris with London. L = [Dallas, Berlin, Madison, Paris) (Save the module as Prob 1) 2. Write a script that inputs a line of plaintext and a distance value and outputs an encrypted text using a Caesar cipher (Save the module as Prob 2). 3. Write a code that gives: i) number of words ii) number of sentences ii) average sentence size iv) average word size in a text. Enter a text as an input. (Save the module as Prob 3 Change the text "My favorite food is fried chicken" to all upper case. Use an input statement to enter the text. 4. (Save the Module as Prob 4) Write a code that will convert a string of bits to decimal. Test it with 00110011 (Save the module as Prob 5) 5 Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started