subject

50 POINTS ON THE LINE: Have you ever played the game Mad Libs? Basically, the goal is to build a story using a template and have other people fill in the blanks. They make for pretty funny stories because the people filling in the blanks don’t know what the story is about! Check out this link to remember the basics: www. madlibs. com.

For this activity, you will be creating your own Mad Libs game. It’s similar to the way you created the Introduction paragraph in the unit.

Start by typing out your Mad Libs fill-in-the-blank story in a word processing document. Make it as creative as possible! Identify whether your blanks should be filled by nouns, verbs, adjectives, or adverbs. Your story should include at least 10 blanks.
Next, transform your story into one big Python print statement in REPL. it, using variables in place of the blanks. I need someone who can code this mad lib

I go to the arcade with my (plural noun) . There are lots of games to play. I spend lots of time there with friends.

In "Xmen" you can be different (plural noun). The point of the game is to___(verb)every robot. You also need to save (plural noun), and then you can go to the next level. In "Star Wars" you are (noun), and you try to destroy every (noun). In a motorcycle racing game, you need to beat every computerized (noun)that you are ("ing" verb) against. There are a whole lot of other cool games. When you play some games, you win (plural noun) for certain scores.

Once you're done you can cash in your tickets to get a big

(noun). You can save your (plural noun)

for another time. You might (verb) your parents by asking them over and over if you can go back there.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 03:30
Some of your friends have gotten into the burgeoning field of time-series data mining, in which one looks for patterns in sequences of events that occur over time. purchases at stock exchanges--what’s being bought-- are one source of data with a natural ordering in time. given a long sequence s of such events, your friends want an efficient way to detect certain "patterns" in them--for example, they may want to know if the four events buy yahoo, buy ebay, buy yahoo, buy oracle occur in this sequence s, in order but not necessarily consecutively. they begin with a collection of possible events (e.g., the possible’ transactions) and a sequence s of n of these events. a given event may occur multiple times in s (e.g., yahoo stock may be bought many times in a single sequence s). we will say that a sequence s’ is a subsequence of s if there is a way to delete certain of the events from s so that the remaining events, in order, are equal to the sequence s’. so, for example, the sequence of four events above is a subsequence of the sequence buy amazon, buy yahoo, buy ebay, buy yahoo, buy yahoo, buy oracle their goal is to be able to dream up short sequences and quickly detect whether they are subsequences of s. so this is the problem they pose to you: give an algorithm that takes two sequences of even~s--s’ of length m and s of length n, each possibly containing an event more than once--and decides in time o(m n) whether s’ is a subsequence of s
Answers: 2
question
Computers and Technology, 22.06.2019 06:30
Plz 40 points what are raster vectors? a bitmap image a vector file a type of printing press a small projector
Answers: 1
question
Computers and Technology, 23.06.2019 18:00
File account.java (see previous exercise) contains a definition for a simple bank account class with methods to withdraw, deposit, get the balance and account number, and return a string representation. note that the constructor for this class creates a random account number. save this class to your directory and study it to see how it works. then write the following additional code: 1. suppose the bank wants to keep track of how many accounts exist. a. declare a private static integer variable numaccounts to hold this value. like all instance and static variables, it will be initialized (to 0, since it’s an int) automatically. b. add code to the constructor to increment this variable every time an account is created. c. add a static method getnumaccounts that returns the total number of accounts. think about why this method should be static - its information is not related to any particular account. d. file testaccounts1.java contains a simple program that creates the specified number of bank accounts then uses the getnumaccounts method to find how many accounts were created. save it to your directory, then use it to test your modified account class.
Answers: 3
question
Computers and Technology, 23.06.2019 22:30
Lakendra finished working on her monthly report. in looking it over, she saw that it had large blocks of white space. what steps could lakendra take to reduce the amount of white space?
Answers: 3
You know the right answer?
50 POINTS ON THE LINE: Have you ever played the game Mad Libs? Basically, the goal is to build a sto...
Questions
question
Advanced Placement (AP), 28.05.2020 19:05
question
Mathematics, 28.05.2020 19:05
question
Health, 28.05.2020 19:05
question
Spanish, 28.05.2020 19:05
question
Mathematics, 28.05.2020 19:05
question
Mathematics, 28.05.2020 19:05
question
Mathematics, 28.05.2020 19:05
Questions on the website: 13722360