Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write the following Python program: Get a string from the user. If the string has less than 6 characters, issue a warning and keep asking

Write the following Python program:
Get a string from the user.
If the string has less than 6 characters, issue a warning and keep asking until the user gives a proper one.
Chop off the first two and the last two characters, print the remaining ones as a word.
Extract even positioned , etc.) characters from the string and print them as a word.
Remove all 'a's and 'e's from the string; print the rest.
Sample screen output:
Enter string: rome
String must have at least 6 characters!
Enter string: tokyo
String must have at least 6 characters!
Enter string: amsterdam
sterd
mtra
mstrdm
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing Fundamentals Design

Authors: Marion Donnie Dutton Don F. Seaman

14th Edition Globel Edition

1292107634, 978-1292107639

More Books

Students also viewed these Databases questions

Question

=+ For what reasons can and do unions go on strike?

Answered: 1 week ago

Question

=+ Is secondary industrial action common and/or legal?

Answered: 1 week ago

Question

=+What sanctions are available to employers

Answered: 1 week ago