Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hello can someone help me with this! 2) Copy the code below and paste it into your program below the header comments. After each comment,

image text in transcribed

Hello can someone help me with this!

2) Copy the code below and paste it into your program below the header comments. After each comment, write the statement(s) needed to perform the given task. Leave the triple-quoted ("""""") comments in your program. Don't delete them. ""' create an empty list named short_words ""! "" create an empty list named long_words ""! for x in range (10): "' input a string (use a prompt) and store it in a variable called word !!! !!! Note: You must use an if-else statement. !!! "! if the word is 5 letters or less, append it to short_words, otherwise append it to long_words # the loop is over, move all the way back to the left edge print a message that says how many short words there were "" print the short_words list !!! print a message that says how many long words there were !!! print the long_words list !!! 3) When you finish writing the program, check for syntax errors and fix them

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 Theory And Application Bio Science And Bio Technology International Conferences DTA And BSBT 2011 Held As Part Of The Future Generation In Computer And Information Science 258

Authors: Tai-hoon Kim ,Hojjat Adeli ,Alfredo Cuzzocrea ,Tughrul Arslan ,Yanchun Zhang ,Jianhua Ma ,Kyo-il Chung ,Siti Mariyam ,Xiaofeng Song

2011th Edition

3642271561, 978-3642271564

More Books

Students also viewed these Databases questions