xndnxbxnndndndnndnxndnnxndndnndndndnndndndndndnndnxnx
Answer:
so that their username will still be used and so the can renember the username
Explanation:
that is why
Answer:
name = []
price = []
for i in range(0,8):
item_name = input('name of item')
item_price = input('price of item')
name.append(item_name)
price.append(item_price)
for i in range(0, 8):
print(name[i], '_____', price[i])
Explanation:
Python code
Using the snippet Given :
Apples 2.10
Hamburger 3.25
Milk 3.49
Sugar 1.99
Bread 1.76
Deli Turkey 7.99
Pickles 3.42
Butter 2.79
name = []
price = []
#name and price are two empty lists
for i in range(0,8):
#Allows users to enter 8 different item and price choices
item_name = input('name of item')
item_price = input('price of item')
#user inputs the various item names and prices
#appends each input to the empty list
name.append(item_name)
price.append(item_price)
for i in range(0, 8):
print(name[i], '_____', price[i])
# this prints the name and prices of each item from the list.
Uhhhh I believe it’s true if it’s wrong I’m srry ....
Imagery is a feature of written and spoken language and occurs whenever someone has chosen to use language in a non-literal way.
Imagery is a way of describing something symbolically, using words to create a picture in the reader's imagination.
In the Close Reading paper you need to be able to recognise imagery and to consider how successful the imagery is at conveying to you what the writer is trying to express.
Imagery frequently conveys more than just meaning. It is used to heighten the effect of language and is often an extension of word-choice.
Normally an image will extend to a phrase or a few words but sometimes it will be longer.
The simplest form of imagery to recognise is when something or someone is compared to something else, with the purpose of establishing some parallel between the two. Images of this kind frequently concern qualities like beauty, speed, force, power and natural and animal traits.