Which entry by the user will cause the program to halt with an error statement?
# Get a guess from the user and update the number of guesses.
guess = input("Guess an integer from 1 to 10.)
guess = int(guess)
seven
3
65
-25

Answers

Answer 1

Answer:

seven

Explanation:

Look at python data types

float=decimalint=integerstr=string

seven is a string not integer

So it will raise error


Related Questions

What are the method of making glass

Answers

Answer:

The process involves wetting the edge of a blowpipe (blowtube) and dipping it into a furnace that has molten liquid glass.

Explanation:

The desired amount (glob) then sticks on to the pipe (spooling) and the 'glassmith', 'glassblower', or 'gaffer' blows air through the other end of the pipe to make the desired shape.

Answer:

Core-forming. the earliest method of making glass vessels is known as core-forming.

Casting. This process involved the shaping of molten glass in a closed mould or over an open former. ...

Blowing. ...

Mould-blowing. ...

Pattern-moulding. ...

Tralling. ...

Cutting. ...

Fire-polishing.

Explanation:

the united kingdom is using what technology to help locate pipes buried underground?

Answers

Answer:

They are using drowsing rods.

Explanation:

If you want help using drawing, word processing, and e-mail programs, the best place for you to find it is through the Start menu.


False
False

True

Answers

Answer:

true

Explanation:

Answer: The answer above me is wrong

CORRECT ANSWER IS FALSE

Explanation:

refund please, this has not helped at all.

Answers

Answer: How this works is you answer other people’s question which then gives you points to ask your questions, most of the time people give you good answers. And other times people already ask what your wondering and have the answer right there for you…

Explanation: Sorry your not having the best experience..

Unfortunately you can not refund points :(

Sorry I hope you have a better day

Can someone please help me?

Answers

Answer:

just gimme 5 robuk

Explanation: now i i will punch

You are to apply for a job opening in Techie world,Inc. as a web designer. Write your résumé relevant to the job title. Give details about good practices for writing a résumé and what should be avoided while writing your résumé

Answers

Answer:

web page

Explanation:

a web page designer can be very good for the company and marketing

Christina needs to calculate the shipping costs for each invoice. The company charges a flat rate shipping charge of $5. Shipping charges are waived for invoices of $100 or more.
In cell H5, create a formula using the IF function and structured references to determine the shipping based on the following criteria:
a. If the value in the Amount column ([Amount]) is less than 100, the shipping charge is 5.
b. If not, the shipping charge is 0.
HELP ASAP PLEASE!!!!!! i keep using the formula =IF([Amount]<100,5,0) but it wont work right

Answers

its got to be B!!! correct me if i am wrong!

Let's use python

[tex]\tt Amount=input("Enter \: amount")[/tex]

[tex]\tt if \:Amount<100:[/tex]

[tex]\tt \quad Ship==5[/tex]

[tex]\tt else:[/tex]

[tex]\tt\quad ship==0[/tex]

embroidery in the philippines became more popular because of its

Answers

Answer:

It became very popular because of it's texture and also it's quality

please give brainliest

_____________programs and features are often integrated into video editing software.

Answers

The programs as well as features that can be  integrated into video editing software as regards this question is Audio editing.

Audio editing can be regarded as  process that involves the  manipulation of  audio so that some features can be altered.

such features could be length as well as speed, and volume and after the alteration additional versions such as loops can be created.

This can be achieved by using audio editing software

Some software that can be used for Audio editing are:

Adobe Audition. AudacityAbleton Live.GarageBand. Hindenburg Journalist Pro.

Those  audio editing techniques that common in this age are:

Amplification and Compression

Limiting

Equalization

Therefore, Audio editing can be integrated into video editing software

Learn more at:

https://brainly.com/question/22983067?referrer=searchResults

Answer:

Explanation:

The programs as well as features that can be  integrated into video editing software as regards this question is Audio editing.

Audio editing can be regarded as  process that involves the  manipulation of  audio so that some features can be altered.

such features could be length as well as speed, and volume and after the alteration additional versions such as loops can be created.

This can be achieved by using audio editing software

Some software that can be used for Audio editing are:

Adobe Audition.

Audacity

Ableton Live.

GarageBand.

Hindenburg Journalist Pro.

Those  audio editing techniques that common in this age are:

Amplification and Compression

Limiting

Equalization

What command do we use to enter data from the keyboard?
A. print(x)
B. int(x)
C. X='data'
D. input('Import x=')

Answers

D I would think……… good luck

Can someone plss help me with this!!


QUESTION: How do we communicate to a computer and what to put on a web page?

Answers

Answer: huh?

Explanation:

The diagram shows the parts of a computer. In which part is data processing done?

Answers

Answer:

CPU or (Central processing unit)

Explanation:

If you are talking about Hardware it is most likely the CPU or (Central processing unit  but i would need to see the diagram to be sure

Data processing is done in the Central Processing Unit (CPU) of a computer.

We have,

Control Unit (CU):

Think of the control unit as the "boss" of the CPU.

It manages and coordinates all the operations that happen inside the CPU. It fetches instructions from memory, decodes them to understand what needs to be done, and then directs the other parts of the CPU to perform those tasks.

Arithmetic and Logical Unit (ALU):

The ALU is like the "math brain" of the CPU. It handles all the mathematical calculations and logical operations. It can add, subtract, multiply, and divide numbers. It can also perform logical comparisons like checking if something is equal to, greater than, or less than something else.

Memory Unit:

The memory unit is like the "short-term memory" of the CPU.

It stores data and instructions that the CPU needs to work with right now.

This memory is very fast but small compared to other types of storage in the computer. It's used to hold information that the CPU is currently processing.

Thus,

Data processing is done in the Central Processing Unit (CPU) of a computer.

Learn more about CPU here:

https://brainly.com/question/29775379

#SPJ3

Star Wars Trivia!!!!!
1) How many movies are there?
2) How did Rey beat Palpatine?
3) What is the Resistance, and who is/was the leader?

Answers

Answer:

1 15 movies

2 Palpatine deploys his Force lightning, which Rey manages to repel with her own lightsaber

3 General Leia Organa and the Resistance.

Explanation:

the idea that an object can exist separate from the executing program that creates it is called

Answers

Answer:

Explanation:

Apply handrub to palm of one hand.

Rub hands together covering all surfaces of hands and fingers.

Rub until handrub is absorbed.

!!Help please!!
Why is it a good idea to store numeric data in variables in a program?​​

Answers

Answer:

Pretty sure it's D

Explanation:

A variable in programming is a value that may vary depending on the conditions or information provided to the programme. The correct option is D.

What is a variable?

A variable in programming is a value that may vary depending on the conditions or information provided to the programme. A programme is typically made up of instructions that tell the computer what to perform and data that the programme utilises while executing.

In any programming language, it is always a good idea to store numeric data in variables in a program because that makes it easier to reference and make changes to the data.

Hence, the correct option is D.

Learn more about Variables:

https://brainly.com/question/15776744

#SPJ2

List the different types of views in which Reports can be displayed.

Answers

Answer:

Depending upon the type of report you are viewing, the following view types are available. Report view is the default view for most reports. It consists of a time period, an optional comparison period, a chart, and a data table. Trend view displays data for individual metrics over time.

Explanation:

Read everything and give me your answer, do not forget to give me 5 stars, thank you

the computer stores currently used programs and data in ________.

Answers

Ram memoryyyyyyyyyyyy

The computer stores all the currently used programs and data in the RAM of the computer. RAM stands for Random-Access Memory. It has all the temporary memory.

What is RAM?

RAM stands for Random Access Memory. It is a fundamental element of computing. RAM is a temporary memory bank of computer where the computer stores all the data it needs to retrieve quickly.

The core of the computer has the central processing unit or CPU which is the source of control that runs all the programs and instructions in the system. In order to function properly, the computer system uses two types of memory which are primary and secondary. The main storage is the primary memory which has all the important data whereas the currently used data and programs are stored in the secondary memory of the computer system.

Learn more about Computer here:

https://brainly.com/question/13027206

#SPJ5

what do we use control structures for in javascript?

Answers

Answer:

pretty sure they allow the program flow to change within a unit of code or function

Explanation:

In JavaScript, control structures are control structures are used to manage how a program runs and they are:

Conditional StatementsLoops, etc.

What is the JavaScript?

In JavaScript, They let you decide, do the same tasks over and over again, and make rules based on specific conditions. The main things that control how JavaScript works are:

Conditional statements are used to do different things in a program depending on certain conditions. Loops are used to keep doing a block of code over and over again until a certain condition is not true anymore or for a specific number of times.

Read more about  JavaScript here:

https://brainly.com/question/16698901

#SPJ6

where are the quick access icons located for changing your view from normal to slide sorter?

Answers

Answer:

You can switch to Slide Sorter View in two easy ways: Click the Slide Sorter button at the right side of the status bar (as shown in the following figure). Select the View tab on the Ribbon and then click the Slide Sorter button in the Presentation Views group.

Explanation:

The optical phenomenon that allows us to view rapidly changing still images as moving images is called _______.

persistence of vision
eternal vision
20/20 vision
none of the above

Answers

Answer:

The answer is persistence of vision

please give brainliest

The contents of a data file are as shown.
dog, 30, 6
dog, 45, 2
cat, 12, 3
22, cat, 15
This data is
O abstract
O incorrect
O structured
O unstructured

Answers

The contents of a data file is Unstructured data.

What are data file?

This is known to be a computer file that is said to store data that are often used by a computer application or system. They are made up of input and output data.

Conclusively, The Unstructured data is said to be a collection of different kinds of data that are said to not be stored organized or a well-defined form.

Learn more about data file from

https://brainly.com/question/26125959

What is the benefit of hosting a website on a personali
O A.
lesser cost of buying hardware
B. good Internet speed
o c.
better cooling of web server machines
D.
easier backups

Answers

I believe the answer is D :)

access is generally used to work with ________ databases.

Answers

Answer:

access is generally used to work with relational databases

Complete the second line of code so that the first occurence of 3 is deleted from the list. myList = [7, 2, 3, 10, 3, 6]

myList. (3) _______

Answers

Answer:

remove

Explanation:

myList. remove(3) will remove the first occurrence of 3 in the list.

The second line of code so that the first occurrence of 3 is deleted from the list. myList = [7, 2, 3, 10, 3, 6] myList. (3) myList. remove(3) will eliminate the list's first instance of the number 3.

What is occurrence?

Occurrence is defined as the existence of an event, fact, or incident. something that takes place; occurrence; incident. The area contained inside the shortest continuous imaginary boundary that can be constructed to include all the known, inferred, or predicted sites of current occurrence of a taxon, excluding cases of vagrancy, is referred to as the extent of occurrence (EOO).

The output is 25,. list = [1,2,3,4,5,6,7,8,9,10] contains a list of numbers from 1 to 10. the clear() method. Python 3's list. clear() function is the suggested method for removing every item from a list. To determine whether an element is present in the passed list or not, use this operator. If the element is in the list, it returns true; otherwise, it returns false.

Thus, the second line of code so that the first occurrence of 3 is deleted from the list. myList = [7, 2, 3, 10, 3, 6] myList. (3) myList. remove(3) will eliminate the list's first instance of the number 3.

To learn more about occurrence, refer the link;

https://brainly.com/question/28953812

#SPJ2

The development of what technology allows for collecting and transmitting big data as well as allowing local processing to detect and solve problems on the spot?

Answers

The development of the Internet of Things allows for collecting and transmitting big data as well as allowing local processing to detect and solve problems on the spot.

Internet of Things refers to a system of interrelated computing devices, objects, digital machines, etc that are provided with unique identifiers.

It should be noted that the internet of things is vital in the transmission of data over a network without the need for human-to-human interactions.

It's also vital to collect and transmit big data as well as allow local processing to detect and solve problems on the spot.

Read related link on:

https://brainly.com/question/25189026

The line of the code to the right, will create a NumPy array from a list.

Answers

Answer:

True

Explanation:

Who's ur favorite YTber?

Answers

Answer:

Explanation:

my favorite ytuber is Deestroying

Answer:

Laurenzside is one of my faves ig

Explanation:


A friend wants to design an app but has never done so before and isn't sure how to begin. What would you suggest they do first?
А.research
В.STAIR
C.iterative processing
D. analysis

Answers

Answer:

(A) Research

Explanation:

I would suggest this because you need to understand how the whole thing is created and how it works along with how to code.

A friend wants to design an app but has never done so before and isn't sure how to begin. The thing that would you suggest they do first is А.research.

What is research?

Research is described because the advent of the latest understanding and/or the usage of present understanding in a brand new and innovative manner with a purpose to generate new concepts, methodologies and understandings. This may want to encompass synthesis and evaluation of preceding studies to the quantity that it ends in new and innovative outcomes.

The suggestion that has to be given would be to do А.research as to attain a good experience.

Read more about the research:

https://brainly.com/question/968894

#SPJ2

find the circurmfrence of a circle whose radius is 8.4​

Answers

Answer:

A circle of radius = 4.2 or diameter = 8.4 or circumference = 26.39 cm has an area of: 5.542 × 10 -9 square kilometers (km²) 0.005542 square meters (m²) 55.42 square centimeters (cm²)

Explanation:

giúp tớ với ạ :( tớ cảm ơn

Answers

[tex] \huge\green{here \: is \: your \: answer}[/tex]

[tex] \huge\green{here \: is \: your \: answer}[/tex]

[tex] \huge\green{here \: is \: your \: answer}[/tex]

Other Questions
How do we use the brakes in the airplane? Four times the sum of twice a number and six is thirty-two. What is the number? what are the steps to this math problem 3+6(5+4)= HELP!!!How many millimeters long is the missing side?There is a screenshot of it below simplify each expression by combining like terms -x+8x reported speech to direct speech " John's father reminded him to take his umbrella." Terri wants to put a fence around her tomato plants to keep the rabbits out. The hardware store only sells fencing in five-foot increments. How much wire does she need to buy to go around all of the plants if the area they cover is 150 feet squared? why did the articles of confederation eventually need to be replaced? When a hypothesis has been supported by observations from numerous experiments, it may be referred to as aA. principleB. lawC. observationD. theory What is an equation for the line that passes through points (8,-3) and (9,10) 1, 3, 4, 7, 11, 18, , What is the pattern? Find the length s of the circular arc. (Assume r = 2 and = 116.) During oxidation of ethanol to ethanol, the ethanol formed was found to be contaminated with unconverted ethanol, describe how you would obtain ethanal free from ethanol How much seats didCanada receiveat Versailles what would eventually replace child labor Bill is working at a job that pays him $48,000 a year.he gets a job often from another company saying they will pay him $27.00/hr for 40hours a week for 50 weeks a year.should he take the new job There is a bag filled with 3 blue and 5 red marbles.A marble is taken at random from the bag, the colour is noted and then it is not replaced.Another marble is taken at random.What is the probability of getting 2 reds? How does Poe establish an atmosphere of fear or horror in his short stories?PLS WRITE A COUNTERCLAIMEXPLAIN USING ONLY THE STORIES TELL-TALE HEART AND THE RAVENBTW THIS IS ABOUT EDGAR ALLEN POEALSO, I WILL GIVE BRAINLIEST TO THE BEST ANSWER! Image below please its due in like 30 minutes and this is only the second question Hydrochloric acid has thechemical formula HCI. Does thisinformation make you think thathydrochloric acid is an element,compound, or mixture