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
Policies and actions conducted by Bismarck
lbvjy [14]
The main action of Bismark was the Unification of Germany- before the territory was  occupied by only loosely connected independent states. Additionally, he contributed to promoting peace in Europe.

Some of his policies included introducing welfare state, including providing health insurance, and accident insurance.
3 0
3 years ago
Sort the characteristics that descnbe each culture. Aryan Dravidian lived in large cities headed by men had a strong central gov
Elanso [62]

Answer: ryan  lived in large cities, had a strong central government, had highly organized society.

Dravidian  headed by men, ruled by a chief, had strict social classes

Explanation:

7 0
2 years ago
Who is Thomas More? If you give me the answer I will give Brainliest and friend you please help!
allochka39001 [22]

Answer:

Sir Thomas More, venerated in the Catholic Church as Saint Thomas More, was an English lawyer, social philosopher, author, statesman, and noted Renaissance humanist. He also served Henry VIII as Lord High Chancellor of England from October 1529 to May 1532.

Explanation:

7 0
3 years ago
Read 2 more answers
EASY QUESTION EASY POINTS!!!!!! Which of the following helped to increase equality within Hinduism?
Travka [436]

C. the expansion of buddhism into india

8 0
3 years ago
Read 2 more answers
Valerie is explaining to Mark how to multiply. "Five times three means you take three groups that each has five things in it. Wh
Alex Ar [27]

Answer:

The answer is metacognition.

Explanation:

In simple words, metacognition is the process of thinking about the way we think. This can occur when we reflect on our feelings, or when we find the most effective way for us to learn.

When a child learns about multiplications, metacognition occurs after he/she understands the meaning of the concept (some children see it as adding the same number mutiple times).

8 0
3 years ago
Other questions:
  • Which is the government agency that covers customer deposits if a bank fails?
    11·2 answers
  • The characteristic of growth is seen as a baby camel becomes an adult.<br><br> A, true<br> B. false
    14·2 answers
  • identify four socio economic factors to be considered for career and study choices and explain each of these socioeconomic facto
    10·1 answer
  • Which statements about Article I of the Constitution are true? Choose exactly two answers that are correct.
    5·2 answers
  • Which company was allowed to sell tea to the colonists at very low prices? A) Dutch Trading Company B) Mercantilist Trading Comp
    8·2 answers
  • In an experiment, researchers found that when given the word pair ocean-moon, followed by the word detergent, participants typic
    13·1 answer
  • Beccaria claimed that the ______ of punishment was the most important and the _______ of the punishment was least important.
    13·1 answer
  • Select the correct answer.
    15·1 answer
  • Peace can be taken as the most important<br>infrastructures of development."<br><br><br>​
    10·1 answer
  • Which of the following are expressions of overconfidence bias?
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!