1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Masja [62]
3 years ago
11

Write a statement that defines the variable denominations, and associates it with a list consisting of the following six element

s: 1, 5, 10, 25, 50, 100, in that order.
Social Studies
1 answer:
STatiana [176]3 years ago
5 0

Answer:

denominations = [1, 5, 10, 25, 50, 100]

Explanation:

In python, a list can be defined by placing the elements of list in square brackets. The syntax is given below

Syntax: some_variable_name = [elements]

The elements of the list can be of any type e.g integers, char, strings or a combination of them.

Examples:

A list of integers

integers = [1, 2, 3, 4, 5]

A list of char

char = ['P', 'Q', 'R']

A list of mixed elements

mixed = [1, 2, 'P', 'Q', "Hello"]

Solution:

To create a list named denominations with elements 1, 5, 10, 25, 50, 100

denominations = [1, 5, 10, 25, 50, 100]

print(denominations) returns [1, 5, 10, 25, 50, 100]

To access any element at specific index

print(denominations[0]) returns the value 1

print(denominations[2]) returns the value 10

You might be interested in
How do archaeologists know that the Harappan civilization in the Indus River valley was advanced?
Flauer [41]

Answer:

Image result for How do archaeologists know that the Harappan civilization in the Indus River valley was advanced?

Various elements of the Indus Civilization are found in later cultures, suggesting the civilization did not disappear suddenly due to an invasion. Many scholars argue that changes in river patterns caused the large civilization to break up into smaller communities called late Harappan cultures.

Explanation:

6 0
2 years ago
The most appropriate first step in selecting or developing predictors is: a. realistic job preview b. job analysis c. performanc
Anon25 [30]

Answer:

d.

Explanation:

Validity analysis will tell us whether the predictor is actually measuring the variables at hand or not. Hence there will be a need for us to test the validity of the predictor as this will guide us into having the required results.

3 0
3 years ago
The Tet Offensive was actually geared to _____.
Sladkaya [172]
The Tet Offensive was a communist attack during the Vietnam war, and it was considered a turning point in the war.  It was geared to slowly and painfully push America out of Vietnam. 
8 0
3 years ago
the graph shows the supply and demand curves for a certain product, which has a current selling price of $400. The laws of suppl
Kobotan [32]

Answer: A: The current selling price matches the product's equilibrium price.

Explanation:

The graph is attached for a better analysis.

From the graph, we can see that the Equilibrium price is $400 while the equilibrium quantity supplied and Equilibrium quantity demanded is 4000.

Since the current selling price is $400 and the equilibrium price is $400 as well, then we can say that the current selling price matches the product's equilibrium price.

Therefore, the correct option is A.

5 0
3 years ago
[20 POINTS!!!]
dalvyx [7]

Adrian is a court reporter. A court reporter or court stenographer, also called stenotype operator, shorthand reporter, or law reporter, is a person whose occupation is to transcribe spoken or recorded speech into written form in court

4 0
3 years ago
Read 2 more answers
Other questions:
  • Please help with my economics!!
    15·1 answer
  • In the "seinfeld" episode shown in class, jerry stopped himself from using the word "scalper" when talking to a native american.
    8·1 answer
  • Which of john colters stories did most people find hard to believe?
    5·1 answer
  • The higher the concordance rate, __________. the more similar two persons are the more different two persons are the higher a pe
    10·1 answer
  • Dr. norman studies the tension in a participant's neck muscles as she completes a strenuous physical task. which physiological m
    5·1 answer
  • What does market value of a good or service mean?
    5·2 answers
  • Based on the above map, multiethnic citizens dominate which region of the United States? A. the Northeast B. the West C. the Sou
    14·2 answers
  • Although Dan has a licensing exam to study for, he does not feel motivated to study. He decides that if he studies for three hou
    7·1 answer
  • Please confirm that this awnser is right please only awnser if you are 100% sure it’s right ( I will brainlist)
    6·1 answer
  • Which type of body language should callie use to show that she is an attentive listener? she should place her head on her desk.
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!