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
Land, Labor and Entrepreneurship are all of the factors of production.
Wewaii [24]

Answer:

False is the answer to this question.

Explanation:

8 0
3 years ago
To avoid a moderate potassium deficiency, it is recommended that individuals, including athletes, should ____.
Burka [1]
Eat bananas!!!  Bananas are very high in potassium, preventing potassium deficiency.  Please mark Brainliest!!!
5 0
3 years ago
Read 2 more answers
What is lobbying?
STALIN [3.7K]
The answer is A. Because Lobbying means influencing or attempting to influence legislation action or nonaction through oral or written communication.
5 0
1 year ago
When a person or animal learns to associate a neutral stimulus with a meaningful stimulus, gradually responding to the neutral s
kotykmax [81]

Answer:

Classical conditioning

Explanation:

Classical conditioning is used in learning process in which external or neutral stimulus is connected and linked with biological and meaningful stimulus is known as classical conditioning.  Due to associated and linkage whenever neutral stimulus appeared, human and animal response through biological stimulus this is because human and  animal mind learn that condition before.  

4 0
3 years ago
I’m giving 15 points!!!
bezimeni [28]

Answer:

sorry where is the video and tell me how you understand it so I should help you answer your question

5 0
2 years ago
Read 2 more answers
Other questions:
  • Because she mistakenly believes the herbal remedy she is using will help her lose weight, mrs. redding is feeling a considerable
    13·1 answer
  • Societies always welcome cultural diffusion from other societies. false true
    5·2 answers
  • Which of these statements is true according to both Hindu and Buddhist philosophies?
    5·2 answers
  • Africa's highest point, or place with the greatest elevation is?
    7·1 answer
  • When most people think of the concept "sleeping," they also tend to think about concepts like "dreaming," "being tired," and "ya
    11·1 answer
  • In First Corinthians, the Corinthian believers boasted in their tolerance. Instead they should have dealt with this sin problem.
    10·1 answer
  • All of the following are ways special interest groups can affect policy making EXCEPT:
    13·1 answer
  • In Mandatory Military Service in America, what is most likely the author’s purpose for including the recollections of the Vietna
    8·2 answers
  • When childrearing methods are studied researchers have found that...
    9·1 answer
  • For brainliest !!!
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!