SophiaPretty

(5)

$14/per page/Negotiable

About SophiaPretty

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Accounting,Algebra See all
Accounting,Algebra,Applied Sciences,Architecture and Design,Art & Design,Biology,Business & Finance,Calculus,Chemistry,Communications,Computer Science,Economics,Engineering,English,Environmental science,Essay writing Hide all
Teaching Since: Jul 2017
Last Sign in: 305 Weeks Ago, 1 Day Ago
Questions Answered: 15833
Tutorials Posted: 15827

Education

  • MBA,PHD, Juris Doctor
    Strayer,Devery,Harvard University
    Mar-1995 - Mar-2002

Experience

  • Manager Planning
    WalMart
    Mar-2001 - Feb-2009

Category > Computer Science Posted 07 Jan 2018 My Price 7.00

user to enter in a string for a variable called suffix.

please help python

Assignment

  1. Write a program that gets a string from the user and assign it to a variable named prefixes.

  2. Then prompts the user to enter in a string for a variable called suffix.

  3. Create function called  prefixNsuffix that will accept two parameters, and concatenate each letter in prefixes with the suffix. You program should remove any whitespace,


Example

Sample Input:

prefixes = “ ertrTgdf tr ”

suffix = “own”

Sample Output:

Letter Prefix & suffix
--------------------------
EEown
RRown
TTown
RRown
TTown
GGown
DDown
FFown
TTown
RRown

Program Logic Shell

def main():

# Get user input

#print table header

#call prefixNsuffix function

#Define prefixNsuffix function

def prefixNsuffix(pre,suf):

#for each letter in prefixes concatenate it with the suffix

# Call the main function.

main()

Answers

(5)
Status NEW Posted 07 Jan 2018 12:01 PM My Price 7.00

-----------  ----------- H-----------ell-----------o S-----------ir/-----------Mad-----------am ----------- Th-----------ank----------- yo-----------u f-----------or -----------you-----------r i-----------nte-----------res-----------t a-----------nd -----------buy-----------ing----------- my----------- po-----------ste-----------d s-----------olu-----------tio-----------n. -----------Ple-----------ase----------- pi-----------ng -----------me -----------on -----------cha-----------t I----------- am----------- on-----------lin-----------e o-----------r i-----------nbo-----------x m-----------e a----------- me-----------ssa-----------ge -----------I w-----------ill----------- be----------- qu-----------ick-----------ly

Not Rated(0)