Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Python 3.6 I JUST NEED HELP WITH PROBLEM 2 (CONTINUATION OF PROBLEM 1)!!! THIS IS MY WORK FOR PROBLEM 1 (I NEED HELP WITH PROBLEM

Python 3.6

I JUST NEED HELP WITH PROBLEM 2 (CONTINUATION OF PROBLEM 1)!!!

image text in transcribed

THIS IS MY WORK FOR PROBLEM 1 (I NEED HELP WITH PROBLEM 2):

image text in transcribed

image text in transcribed

Python 3.6 Problem 1 This problem provides practice using a while Irue loop Write a function named twoWords that gets and returns two words from a user. The first word is of a specified length, and the second word begins with a specified letter. The function twoWords takes two parameters: 1. an integer, length, that is the length of the first word and 2. a character, firstLetter, that is the first letter of the second word. The second word may begin with either an upper or lower case instance of firstLetter. The function twoWords should return the two words in a list. Use a while True loop and a break statement in the implementation of twoWords The following is an example of the execution of twoWords: print (twoWords (4, 'B)) Enter a 4-letter word please two nter a 4-letter word please one Enter a 4- Enter a word beginning with B please apple Enter a word beginning with B please pear Enter a word beginning with B please banana ['four', "banana'] letter word please four

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

Databases Illuminated

Authors: Catherine M. Ricardo

1st Edition

0763733148, 978-0763733148

More Books

Students also viewed these Databases questions