Can someone tell me how this is a SyntaxError! (Python3)

Can Someone Tell Me How This Is A SyntaxError! (Python3)

Answers

Answer 1

Answer:

The expression on line 9 required 2 brackets

Explanation:

Given

The attached code

Required

Why syntax error.

The error points to line 10, but the error is actually from line 9

To get an integer input, the syntax is:

variable-name = int(input("Prompt"))

From the attached code, the line 9 is:

amount = int(input("Enter cheese order weight: ")

By comparing the syntax to the actual code on line 9, only 1 of the brackets is closed.

This, in Python 3 is a sytax error

Answer 2

Answer: it needs two brackets

Explanation: got it right on edgen


Related Questions

I really need help in this!!!

Type the correct answer in each box. Spell all words correctly.

How does an employer judge a candidate?

The employer judge's the candidate's ________ for a job.

Answers

Answer:

An employer always looks over a candidate's resume (pronounced "reh-zoo-may" before deciding to hire them.

Explanation:

Which of the following statements represents a scientific bias?


Clean all containers to remove residue from the previous steps.

Use data from the previous steps because they show better results.

Make sure to follow every step in the procedure.

The scale needs to be calibrated to ensure accuracy.

Answers

Answer: Use data from the previous steps because they show better results

Explanation:

A scientific bias occurs when there's a deviation between the observations of a researcher and the accurate representation of data and results.

In this case, the use of data from the previous steps because they show better results will bring about a data bias as it'll lead to inaccuracies of the data being represented.

Examples of system software include operating systems like macos, Linux, Android and
Microsoft Windows, computational science software, game engines, industrial automation, and
software as a service applications
True
False

Answers

Tru tru tru tru tru tru

Which of these is a programming best practice?
Use general variable names such as V1 and V2.
Use lots of comments in the code.
Make lines of code as long as possible.
If you need to repeat a function, paste a copy of it each time you need it.

Answers

Answer:

B

Explanation:

You should question C. That looks like a very poor practice, but sometimes it can't be helped. Try and make short lines

D also looks questionable. You'll wind up with pages and pages of code. A better practice is to create subroutines (functions and procedures in the language I use) and then learn how to pass parameters.

A is not a good idea either because if you look at the code a month later, chances are you won't know the difference between v1 and v2.

The best answer is B. But how many programmers do it?

Answer:

B. use lots of comments in the code

Explanation:

Differentiate between a window and Windows​

Answers

Answer:

A window is a graphic control element which are controlled by the keyboard usually and windows is an operating system

Explanation:


8. (a) Identify two advantages and four limitations of the Speech recognition devices.

Answers

Explanation:

Speech recognition technology allows computers to take spoken audio, interpret it and generate text from it

If we increase the height of the pendulum, we will increase the potential energy in the system. What effect would this have on kinetic energy?

Kinetic energy will decrease by the same amount.
Kinetic energy will increase by the same amount.
Kinetic energy will not change.
Kinetic energy will increase by half the potential energy.

Answers

Answer:

yo I need points so I'm answering this sorry

Answer:

your kinetic energy will increase by the same amount

Explanation:

think of a yoyo or any weighted object on the end of a string imagine swinging it in a circle and putting your finger in it so it wraps around your finger the object spins faster as the string shortens

I hope this helped

In the Business world people are often measured by their???
A- soft skills
B- hobbies
C- iq
D- technical skills

Answers

Answer:

D

Explanation:

You need skills to succeed!!

Answer is D !!!!!!!!

x = 0
while x < 4:
print(x)
x += 1
Make it a for loop

Answers

Answer: Here you go :)

Explanation:

x = 0

for n in range(4):

  print(x)

What is the purpose of the website directory provided by the website host?

A. to look up user account information
B. to provide help and training for new customers
C. to store all of a website’s content files
D. to archive website usage logs

Answers

Answer:

mabye A

Explana

.

.

.

When multiple columns in a query are sorted simultaneously, which one will be the primary sort?

the primary key column

the middle column

the rightmost column

the leftmost column


THE ANSWER IS D

Answers

Answer:

Left most column

Explanation:

I just did the quiz

this not a queston but a warning

if you see a tnyInk link DO NOT DOWNLOAD THE FILE IN IT they most likley contain malware and if you see that link in a comment report it please it will help. and also show this to your freinds or someone.

Answers

okay. epic swag man. z

What is one example of a pan lan man and a wan

Answers

Answer:

A LAN (local area network) is a group of computers and network devices connected together, usually within the same building. ... A WAN (wide area network), in comparison to a MAN, is not restricted to a geographical location, although it might be confined within the bounds of a state or country.

Explanation:

i hope this helps

This is your code.
>>> a = [5, 10, 15]
>>> b = [2, 4, 6]
>>> c = [11, 33, 55]
>>> d = [a, b, c)
b[1:2] is

Answers

Answer:

got no answr...help me with it

Answer:

6

Explanation:

write 3 things that can't be done without technology. write your opinion?

Answers

Answer: Call a theater to get movie times, Use a phone book to find a company to do work around your house, and Park your used car on the street with a sign that says it’s for sale.

Explanation: my opinion is that it's fine to do each of those things without technology. Because technology is supposed to help the limited capacity of the human brain and improve things that make every day life quicker, easier, leaves more time to do something else.

Answer:

1) Filming, depending on the camera it is still technology that everyone uses on a daily bases with no hesitation for use.

2) Vehicles, I'm not sure if they are a type of technology but for this case lets just say they are. With vehicles we can get to places much faster then walking or taking a carriage.

3)Records, in this case music. Without records or anything of the sort we wouldn't exactly be able to listen to our favorite music at all times.

What is the velocity of a 0.100kg car with a momentum of 5 kgm/s?

Answers

Answer:

v = 50 m/s

Explanation:

p = mv

5 = 0.1v

v = 50

Using cell references enter a formula in B6 to calculate monthly payments for the loan described in this worksheet Omit the optional arguement use a negative value for pv

Answers

Answer:

= PMT(B4/B2, B2 * B3, B1)

Explanation:

The syntax to use is:

= PMT(Rate,NPER, PV)

To answer this question, the following assumptions will be made.

B1 = Present Value i.e. PV

B2 = Number of Payment Period i.e n

B3 = Duration (in years)

B4 = Rate

So, the formula to enter in B6 is:

= PMT(B4/B2, B2 * B3, B1)

The above formula will return the monthly payment in cell B6

A video streaming website uses 32-bit integers to count the number of times each video is played. in anticipation of some videos being played more times than can be represented with 32 bits, the website is planning to change to 64-bit integers for the counter. which of the following best describes the result of using 64-bit integers instead of 32-bit integers? a. 2 times as many values can be represented. 32 times as many values can be represented. 2^32 times as many values can be represented. 32^2 times as many values can be represented. I know the answer is 2^32 but can someone explain it to me?

Answers

Answer:

2³² times as many values that can be represented

Explanation:

A 64 bit register can hold 2⁶⁴ different values, while a 32 bit register can hold 2³² different addresses

Therefore, a 64 bit can represent 2⁶⁴ ÷ 2³² = 2³² times as many values as can be represented by 32-bit

Therefore, the 64 bit can represent 2³² times as many values that can be represented by a 32 bit integer

Brainliest for correct answer :)
a. X = A NOR B
b. X= NOT (A OR B)
c. X = A OR B

Answers

the answer is A, the logic circuit is a NOR

Distinguish between bit and byte?​

Answers

By its simplest definition, a bit is just a smaller unit of information than a byte. ... There are eight bits in one byte of information. Alternately, and more commonly in modern connotations, bits (and their successively larger relatives, such as kilobits, megabits and gigabits) are used to measure rates of data transfer.

I need help please and thank you

Answers

Answer:

Explanation: For "BEST way to handle the situation," try Option 1, because it would possibly help them or make the Technical Support Representative do less work.

For "WORST way to handle the situation," Option 4 would be the best because you're basically just hanging up on the person.

Which of these statements regarding real-time strategy games is true?
A.
They only allow one player to move at a time.
B.
They do not work well on tablets.
C.
They feature memorable characters.
D.
They do not work well on mobiles.
E.
They offer plenty of time for players to reflect.

Answers

Answer:

E

Explanation:

Answer:

e

Explanation:

Write an advert to recruit teachers for a given Senior High School. The advert should cover tittle, job description, employees specifications, mode of application condition of service, closing date

Answers

Answer:

Hey! Have you ever wanted to work with kids? Do you know a lot about mathematics? Well I've got the job for you! You can be a Senior High School teacher! The job is simple, all you have to do is teach your students about mathematics every day. Let us know by July 31st if you would like to be a teacher for this upcoming fall semester.

Explanation:

To make your brand colors stand out, it is important to implement what with your color scheme?
A. Blacks
B. Grays
C. Whites
D. All of the above.

Answers

Answer:

All of the above

Explanation:

It's better to have a pattern of colors than one single color in you color scheme.

Answer:

D. All of the above

Explanation:

what is computer memory measured in​

Answers

Answer:

MB I think I learned it actually.

Explanation:

___are designed to infect and cause damage to operating system files, computer registry, and other locations on the motherboard

Answers

Answer:

Viruses

Explanation:

virusues are designed to infect and cause damage to operating system files, computer registry, and other locations on the motherboard

1.Menciona tres factores o variables que consideras influirán en el oscurecimiento del alimento cortado o pelado expuesto a la intemperie

Answers

La respuesta correcta para esta pregunta abierta es la siguiente.

A pesar de que no se incluyen opciones o incisos para responder a la pregunta, podemos comentar lo siguiente.

Los tres factores o variables que considero influyen en el oscurecimiento del alimento cortado o pelado expuesto a la intemperie son los siguientes.

1.- La exposición al elemento "oxígeno" cuando están a la intemperie.

2.- La temperatura del medio ambiente que afecta directamente al alimento.

3.- Los minerales y los metales que constituyen al alimento cuando tienen contacto con el medio ambiente.

En estos momentos, las sustancias que componen al alimento comienzan a tener reacciones químicas y se empiezan a oxidar cuando permanecen abiertas a temperaturas ambiente.

Es por eso que los expertos recomiendan que una vez abierta la comida -la fruta, la verdura- tiene que refrigerarse lo más pronto posible para poderse conservar un poco más de tiempo.

A cell is the intersection of a row and a column, identified by a letter and number.

True or false

Answers

Answer: True

hello how are you

Answer: True hope it helps

Fill in the blank to make the following true.
2 ** 3 =

Answers

Answer:

2 ** 3 = 8

Explanation:

Answer:

8

Explanation:

What is the difference between motion transmission and motion transformation?

Answers

Answer:

When the parts move in the same direction, it is rotational motion, and this is called motion transmission. When there is a change in the type the motion from rotation (circular or round and round) to translation (up/down), this is called motion transformation.

Explanation:

Answer:

When we convert a movement of one type into another of the same type (that is, linear in linear or circular in circular) we speak of transmission of movement. When, on the other hand, we convert it into another of another type (that is, linear in circular or circular in linear), we speak of transformation of movements.

Explanation:

Other Questions
I GIVE BRAINLIEST FOR EXPLANATION AND CORRECT ANSWER EXTRA POINTS what prompted Japan to begin industrializing in the late 1800'sa. japan feared they were falling behind their neighbor china b. japan ties with britain gave them advantage in textile manufacturing c. the new meiji government pursed a course of modernization d. the shotgun saw and opportunity to sell manufactured good throughout asia Two more than five times a number is less than or equal to 47WRITE THAT AS AN INEQUALITY. IF YOU DON'T KNOW WHAT THAT IS THIS IS AN EXAMPLE 3g - 4 17 Select the correct answer from the drop-down menu.Read the excerpt. Then choose the correct way to complete the sentence.The rhetorical appeal found in this excerpt of the speech is Please help will mark brainlestWHEN YOU BACK UP IN A PASSENGER VEHICLE:A. Look over your right shoulder out the rear windowB. Only use your side and rearview mirrorsC. Rely on your rearview mirror The sky reveals the movement of time more surely than the snow reveals to a hunter the tracks of his quarry. Look, you can see it, rushing past, hurtling past, even as we construct arbitrary borders to control it. John and Mary are both Jamaican citizens and do not have an electoral identification card. On election day, John was allowed to vote however Mary was denied. Justify your answer answer this asap plsssssssssssssssssssssss Made up of 100 members, two from each state. You are a culinary consultant preparing a report for chefs interested in food selection and preparation trends. Based on the bar graph and pie chart, which is a true statement? A) Less fruit was consumed in 2010 than in 1970. B) More fruit was consumed in 1970 than in 2010. C) The percentage of pies consumed is higher than the amount of fresh fruit consumed. D) Most recently, bananas were the favorite fresh fruits, but apples were the favorite fruit for pies. pleae answer this fast asap Write the exponential expression 26 squared Algebraic expressions. c^2+d^2 I went to the grocery store and my subtotal was $78.00. There is a 4.5% sales tax.How much is my total grocery bill including tax What is the surface area of a cone with a radius of 6 meters and a slant height of 8 meters? Round to the nearest tenth. *10 points263.8 m2904.0 m2452.0 m21,055.2 m2 plsss help ill give brainliest if you give a correct answer Which of these statements is most likely true of two species that share a recent common ancestor?The two species have different developmental patterns.The two species share DNA sequences.The two species have similar arms and legs.The ancestors of each species looked very different.i think this is bio i'll give brainlest Compare. Fill in the blank using ,or =16. -2/3_____-117. -1 3/4_____1 5/618. -2/7______0 a stadium shaped like a hemisphere with a radius of 150 feet. last month the owners of the stadium paid $0.05 per cubic foot to cover the cost of utilities. what was the total cost for utilities last month On the Indonesian island of Bali, about 3/4 of the feral (stray) cats have a stumpy tail while only 1/4 of the cats have a regular long tail. When you did some experiments and picked out a bunch of random stumpy-tailed cats and mated them, they had some stumpy-tailed kittens and some regular-tailed kittens. You did the same with the the regular tailed cats, but they always had only regular tailed kittens. What does this tell you about the genotype of the regular tailed cats