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
Which of the following distribution of power under a confederal system
algol13
What are the answer choices?
8 0
3 years ago
Please help I will reward brainly ! Need done
TEA [102]
D hope this helps---------
5 0
4 years ago
At a college mixer, Louise meets Rodney, a soft-spoken and relatively shy person. To her surprise, Louise learns that Rodney is
AnnZ [28]

Answer:

The concept of thinking and intelligence that Louis is confronting in this scenario is <u>roled squema.</u>

Explanation:

A squema is a cognitive structure that helps a person elaborate his own knowledge about the world. A role squema is based on the expectations one has, about how should a person behave undr specific situation depending on the person's roll.

3 0
3 years ago
A 200 L of gas contained in a vessel under a pressure of 850 atm. What will be the new volume if the gas is changed to 1000 atm?
Keith_Richards [23]

Answer:

170 L

Explanation:

Boyles laws states that the pressure exerted by a gas is directly proportional to the volume it occupies provided that the temperature is held constant. Boyles law is given by:

PV = constant

P₁V₁ = P₂V₂

Given that the initial volume V₁ = 200 L, initial pressure P₁ = 850 atm, final volume V₂ = 1000 atm and final pressure = P₂.

Applying Boyles law gives:

P₁V₁ = P₂V₂

850(200) = 1000(V₂)

V₂ = 170 L

8 0
3 years ago
Efren is not thinking about his girlfriend at this very moment. however, someone asks him to describe her, and without much thou
Nookie1986 [14]
The correct answer is the preconscious layer of <span>consciousness.

The </span>preconscious refers to thoughts and knowledge that is part of our unconscious mind, but is not repressed. Due to this, preconsious thoughts and knowledge can be retrieved and recalled as and when needed. Information in the preconscious mind does not need to be in the conscious mind for it to be retrieved and available. 
5 0
3 years ago
Other questions:
  • Identify the exclusive powers given to house of representatives
    12·1 answer
  • Which of the following is the best example of naturalistic observation?
    12·1 answer
  • Explain the important characteristics of good constitution​
    7·1 answer
  • Which structure is only found in animal<br> cells
    12·2 answers
  • Why did Austria-Hungary and Germany go to war against Serbia?
    11·2 answers
  • What strategy should he use to improve his communication with employees from other cultures?
    7·1 answer
  • why did the large numbers of loyalists moved to cities in the south in the years 1779 and 1780? and why they left those cities w
    11·2 answers
  • The German sociologist Max Weber developed a model of bureaucracy that is rarely used by sociologists today. Please select the b
    10·1 answer
  • Can someone help me with 1,2,and 3.
    6·2 answers
  • During the water cycle, When does precipitation return to the water cycle?
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!