Game of alterations played on words

Assignment Help Basic Computer Science
Reference no: EM131966156

Please help with the following programming, using python 3 :

Pig Latin is a game of alterations played on words. To translate an English word into Pig Latin, the initial consonant sound is transposed to the end of the word and an "ay" is affixed. Specifically, there are two rules:

  • If a word begins with a vowel, append "yay" to the end of the word.
  • If a word begins with a consonant, remove all the consonants from the beginning up to the first vowel and append them to the end of the word. Finally, append "ay" to the end of the word.

For example,

  • dog => ogday
  • scratch => atchscray
  • is => isyay
  • apple => appleyay

Design a function that takes one argument, a string, and returns a string with each word in the argument translated into Pig Latin.

Hints:

  • The split method, when called with no additional arguments, breaks a string into words, and returns the words in a list.
  • Slicing is your friend: it can pick off the first character for checking, and you can slice off pieces of a string and use string concatenation (the + operator) to make a new word.
  • Making a string of vowels allows use of the in operator: vowels="aeiou" (how do you make this work with both upper and lower case?)
  • Test your function with a diverse range of examples. Your tests should cover all cases (for example, test words beginning with a vowel and words beginning with a consonant). Pay particular attention to edge cases (for example, what happens if the word consists of just one vowel, like "a"? what happens if the string is empty?).

Reference no: EM131966156

Questions Cloud

Advantages of using digital codes : What are some of the advantages of using digital codes when you are designing digital systems? Provide examples that support your answer.
Function should modify the list : Using python 3 design a function perfect_shuffle_in_place(a_list) which takes as argument a list and performs the perfect shuffle on the list.
What is the npv of this investment : They expect this equipment to produce cash flows of $757,490, $797,750, $906,130, $1,044,600, $1,093,760, and $1,276,100 over the next six years.
Write an essay in response to a credible outside source : Write a 2000 word essay in response to a credible outside source related to one of the course topics of your choice.
Game of alterations played on words : To translate an English word into Pig Latin, the initial consonant sound is transposed to the end of the word and an "ay" is affixed.
Give a total value for each of their offers : Assume an 9% (monthly) rate for your analysis. Show all of your work and give a total value for each of their offers.
What is your profit or loss : Delta stock (DAL) is trading at $11.70 today. Consider an American put option on 1 share of DAL with strike K = 12 and expiration in T = .25 years.
How much amount needed in account to meet that goal : You will deposit $150 each of the next five years (the first deposit will occur one year from today, and there will be a total of 5 equal deposits).
Calculate the net present value : Kinky Copies may buy a high-volume copier. The machine costs $20,000 and will be depreciated straight-line over 5 years to a salvage value of $3,000.

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Describe the conceptual model of a two-dimensional array

Describe the conceptual model of a two-dimensional array. Include in your explanation how a two-dimensional array might be used, why these arrays are similar to tables, and how to declare and initialize a two-dimensional array.

  How an input bleeder resistor reduces leakage current

What type of input field devices and output modules are most likely to have a small leakage current flow when they are in the off state? Why?

  Possible issues in the application without running

In a software application, there was implementation done based on the 4 age groups as 0 - 10, 11-25, 26-50, and 50+. Which testing technique you will apply to find out possible issues in the application without running it

  Create an active directory three structure

Create an Active Directory three structure for one of the following environments: A segment of the company at which you are employed  A segment for PBSC (feel free to make assumptions as needed)  A hypothetical orporation that has multiple department..

  Contract closeout process

Regarding the contract closeout process, make at least one (1) recommendation for improvement that would benefit the government and one (1) recommendation for improvement that would benefit the contractor. Provide a rationale for each recommendati..

  Learning objectives and outcomes

You will review the Fourth Amendment and will be able to analyze the specific exceptions to the application of this right. Assignment Requirements

  How protocols support business processes

Define upper layer applications.Explain how the application layer manages distributed applications and their protocols.Describes the application protocols associated with these services

  Which of them has reduced by the growing capability of user

The traditional set of IS responsibilities includes all of the following except

  Fnancial expenses for professional care

Faced with the dilemma of either being able to do nothing to assist your aunt or providing her with an ElderBot, what would you do?

  Perform analysis and prove new bounds

For each of these sublists, the median is found. Further, the median of these medians is found and returned as the pivot. Perform the analysis and prove the new bounds.

  Discuss the types of privileges at the account level

Discuss what is meant by each of the following terms: database authorization, access control, data encryption, privileged (system) account, database audit, audit trail.

  Beyond the pearson tutorial

There are no additional readings for this assignment, beyond the Pearson tutorial and the three textbook readings. However, some of the concepts in this module are tough, so make sure to read the materials carefully before starting on this assignm..

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd