Question #8
Fill in the Blank
What is the output of the following program?
>>> phrase = "help me"
>>> len(phrase)

Answers

Answer 1

Answer:

The other person is correct the answer is 7

Explanation:

I got it right on edge

Answer 2

Answer:

7

Explanation:

I know I wasn't first to answer but give me brainliest plz.


Related Questions

Witch icon allows you to see paragraph formatting feature

Answers

Show/hide in paragraph section on word, it’s the last one on the upper right.

Which statements are true about a database?


A database allows only numeric entries.



You cannot upload image files to a database.



You can enter data based on the defined data type.



You cannot leave a field empty.



A primary key uniquely identifies a record.

Answers

Answer:

You can enter data based on the defined data type.

A primary key uniquely identifies a record.

Explanation:

In a database, you can only enter data that matches the data type you have specified for that field. Therefore, you can enter text in fields with the text data type; numbers in fields with the number data type; or images in fields with the BLOb data type. You can have fields where data entry is optional. A primary key eliminates the chance of duplicate entries of the same record in a table.

Is this statement true or false?



Humor should never be used in a presentation as it will distract your audience.


true

false

Answers

This answer could be either, but personally false. Humor drives attention into your work (if the humor isn’t about it then yes it would drive it far off) but it makes people focus and listen to your presentation so they would answer your jokes. Hope this helped!

Answer:

false

Explanation:

you are welcome ;)

3.6 code practice (edhesive)

Answers

largest = int(input("Enter a number: "))

print("Largest: {}".format(largest))

i = 0

while i < 5:

   num = int(input("Enter a number: "))

   if num > largest:

       largest = num

   print("Largest: {}".format(largest))

   i += 1

I hope this helps!

The program illustrates the use of conditional statements and iterations

The complete program in Python is as follows, where comments are used to explain each line.

#This gets the first input from the user

userNum = int(input("Enter a number: "))

#This prints the first input as the largest

print("Largest:",userNum)

#This assigns to largest, the value of userNum

largest = userNum

#The following iteration is repeated 5 times

for i in range(5):

   #This gets another input from the user

   userNum = int(input("Enter a number: "))

   #This checks if current input is greater than the current largest input

   if userNum > largest:

       #If yes, this assigns to largest, the value of userNum

       largest = userNum

   #This prints the current largest input

   print("Largest:",largest)

In each iteration, the program prints the current largest input

See attachment for the sample run

Read more about iteration and conditions at:

https://brainly.com/question/18809878

Which program will have the output shown below?

5
6
7

>>> for count in range(4, 7):
print(count)

>>> for count in range((4, 8):
print(count)

>>> for count in range(5,7):
print(count)

>>> for count in range(5, 8):
print(count)

Answers

for count in range(5, 8):

   print(count)

This will produce.

5

6

7

I hope this helps!

Answer:

>>> for count in range(5, 8):

print(count)

Explanation: got it right on edgen

Question #1
Multiple Select
Which collections can contain duplicate items?
deque
O dataset
O list
tuple
organizer

Answers

Answer:

Deque

Tuple

List

(Did it on Edge)

In this exercise we have to use python knowledge to identify which ones can be used with duplicate terms, like this;

it is the List

What is a list in Python?

A list in Python is an ordered sequence or collection of values. Each value in the list is identified by an index. The values ​​that form a list are called elements or items.

See more about list in python at brainly.com/question/26104476

Betty is developing a machine learning algorithm that looks at vast amount of data collected over 100 years and checks for relationships between humidity, temperature, and rainfall. what form of machine learning is she developing?

a. regression
b. association
c. big data
d. classification
e. clustering

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

Betty is developing a machine learning algorithm that looks at a vast amount of data that is collected over 100 years, and She also wants to check the relationship among variables such as humidity, temperature, and rainfall in the given data.

So, the correct answer to this question is b. She is developing an association machine learning algorithm.

Because the association tells the relationship between variables. She used the association to find the relationship among variables such as humidity, temperature,  and rainfall.

While the other options are not correct because:

Regression is used to find out the cause and effect relationship between dependent and independent variables. Big data is the biggest field of data analysis, so this option does not best suit this context. Classification is used to classify data, or organizing data into their related group. While clustering is the task of dividing the population into a number of groups such that populations in the same groups are more similar to other populations in the same group than those in other groups. so these are all incorrect options to this question except the "b" option i.e association.

how do i know if someone s photo is fake are there any apps idk

lol​

Answers

Answer:

or you can just search the picture up and if you find it online then it's fake, or you can check Pinterest.

Write a calculator program that will allow only addition, subtraction, multiplication & division. Have the
user enter two numbers, and choose the operation. Use if, elif statements to do the right operation based
on user input.

Answers

num1 = float(input("Enter the first number: "))

num2 = float(input("Enter the second number: "))

operation = input("Which operation are you performing? (a/s/m/d) ")

if operation == "a":

   print("{} + {} = {}".format(num1, num2, num1+num2))

elif operation == "s":

   print("{} - {} = {}".format(num1, num2, num1-num2))

elif operation == "m":

   print("{} * {} = {}".format(num1, num2, num1*num2))

elif operation == "d":

   print("{} / {} = {}".format(num1, num2, num1/num2))

I hope this helps!

Which of the following are valid variable names? Select 2 options.
A. Cost$4
B. 4thNumber
C. Fourth_number
D. Num4
E. $4cost
Please answer asap

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

The correct options to this question are C and D:

Fourth_numberNum4

Because these are the correct and valid variable names.

Other options are not correct because these variables names either start with a number or contains special character such as $ sign.

The invalid variables are A, B, and E while the valid variable declare are options C and D.

Jason found his father’s old phone . When he looked into the interior circuit of the phone, he found that the storage car was permanently fixed on the primary circuit board of the phone, what type of storage media is this?

Answers

It is a persistent drive

Pls help... : Slide layouts can be changed by _____.


selecting new layout from the Tools menu

selecting new layout from the Edit menu

selecting a new layout from the Task pane

selecting a new layout from the Slide pane

Answers

Answer:

Selecting a new layout from the task pane

Explanation:

selecting a new layout from the Task pane

kekw

Guitar players calling their guitar an "axe" in the company of their bandmates is an example of:
A. creating an acronym for simplicity.
B. a bromance relationship.
C. using slang in a community.
D. an instant-message chat.

Answers

Answer:

The answer is A

Explanation:

does anyone knows how I can remove those people at the bottom In google photos it’s not showing up in google contact help

Answers

Maybe refresh all your Safari apps

4. are the outputs of a process, team or organization in the form of documents that enable effective actions. *

Answers

Answer:

The answer is "Knowledge Presentation ".

Explanation:

There are several descriptions of an idea of knowledge or learning. It may have a lecture segment about teaching or focusing on new team members.  

One of your points is education. Education, the entire e-learning is all about knowledge transfer.  you could be a trainer or a teacher, once you're talking about knowledge every moment you present this.  Adding the visual symbol with wisdom, which represents an idea of wisdom, allows the slides more attractive and more memorialized.

The deliverables of such a procedure or the organization throughout the manner of papers that facilitate better responses are referred to as Knowledge presentations.

Knowledge, as well as skills training, is mentioned several times in demonstrations. You should also include a segment in your presentation regarding educating and transitioning members of the department.Including a visual symbol expressing understanding or a notion of understanding in your presentations may contribute to making them more interesting and memorable.

Thus the above approach is appropriate.

Learn more:

https://brainly.com/question/17871896

* 8) Embedded operating systems are specialized software meant only to manage the
resources of the specific device for which they were written, True or false?
True
False

Answers

Answer:

True

Explanation:

Embedded operating systems are operating systems which supports hardware which is not a computer and allows the hardware to perform its task.

An example of a device with an embedded operating system is an SD card. The operating system on the card allows the card to be readable by the computer which its is plugged to.

Other examples of hardware with embedded systems are traffic lights, digital televisions, ATMs, point of sale (POS) and digital cameras.

Can someone help me with number 4 will award brainliest

Answers

Answer:

(Read Below)

Explanation:

System managers manage all efficiency tasks, but personally I think that the allocation of system resources is the most useful task the system manager performs. This is because if system resources weren't optimally managed, performance would drop significantly.  (Hope this helped! :))

the first answer is totally correct I stand by it

Which is the most popular language used in game programming?

A.binary
B. C++
C. CGI
D. Flash

Answers

Answer:

B C++

Explanation:

The two most common languages for game designers to learn are C++ and Java, although other languages are popular (such as C# for Unity). Another type of programming you may hear referred to is scripting, but that essentially comes down to a type of systems programming.

Answer:

b

Explanation:

i just know it

what generally occurs in an economy as specialization increases

Answers

It's very obvi that the answer is when the economic impact of specialization can be seen in the propensity for people to choose different missions that are more "in line" with their interests, talents or skills, chances and education

What is a graphic unit

Answers

Answer:

If you mean a graphic processing unit:

A graphics processing unit is a specialized, electronic circuit designed to rapidly manipulate and alter memory to accelerate the creation of images in a frame buffer intended for output to a display device.

Hope this helps

Which option helps you choose the design of a slide in a presentation?

Answers

Answer:

Wut options??

Explanation:

Why am I doing this investigation?​

Answers

Answer:

what investigation......

Answer:

what? which one.. ??sounds interesing

100 points! What categories would you need to access to create a full program where a sprite paints a square on the screen?
A.
Motion, Pen, Control, Sensing
B.
Events, Pen, Looks, Operators
C.
Events, Pen, Motion
D
Variables, Pen, Operators

Answers

Answer:

i think its A. but im not sure

Answer:

A

Explanation:

I took the test and this was right

3.4 lesson practice

Answers

Answer:

The answer is A. Second Half of the month.

Explanation:

If Im reffering right to the source. So If you doing Chapter 3 Comp. Science. Than this is right.

Answer:

A

Explanation:

6. An example of a private network is.
•internet
•wi-fi
•modem
•router

Answers

Answer:

a. internet

because all the others are public

Answer:

the answer is A

Explanation: hope this helps

what does memory Stores?​

Answers

Memory is the process of storing and recalling information that was previously acquired. Memory occurs through three fundamental stages: encoding, storage, and retrieval. Storing refers to the process of placing newly acquired information into memory, which is modified in the brain for easier storage.

what is word processing in excel

Answers

Answer:

Microsoft Excel and Microsoft word are the part of the MicrosoftOffice Package of productvity software.

DECIPHER AND SOLVE THIS

SCC:R
D
YJOTE VP=GPIMFRT

Answers

Um.... alrighty then

Explain the process of creating a chart using chart wizard dialog box

Answers

Answer:

Open an Excel worksheet that has rows and columns of data. ...

Select the cell range containing the data to be charted. ...

Create the chart by clicking the Chart Wizard button on the standard toolbar.

The Chart Wizard starts at Step 1 by asking what type of chart to make (see screen shot ).

what is the branching factor of the following tree?

Answers

Answer:

a is the branching factor

Answer:

B, 2 factor

Explanation:

Other Questions
What was the major resource exported from Africa after 1492? Albert SchatzAlexander FlemingAlice Catherine EvansAnnie ChangAntonie Van LeeuwenhoekCarl WoeseCarlo UrbaniCarlos Juan FinlayCarmen SanchezCharles Henry NicolleClaire FraserDmitri IvanowskiEdward JennerElizabeth BugieFerdinand J. CohnFredrick SangerGeorge HirstGiralamo FracostoroGregory C.B. van NeilHans Christian J. GramHarold AmosHattie AlexanderHoward RickettsIgnaz SemmelweisIlya Ilich MetchnikoffJennifer DoudnaJohn SnowJohn TyndallJoseph ListerJulius Richard PetriKary MullisKiyoshi ShigaLouis PasteurMargret PittmanMartha ChaseMartinus BeijerinckMax TheilerPaul EhrlichRebecca Craighill LancefieldRobert GalloRonald RossRuth Ella MooreSalvador LuriaSelman WaksmanSergei WinogradskyShibasaburo KitasatoStanley CohenThomas BrockWalter ReedWendell StanleyWilliam Augustus HintonErnest Everett Justin chronological order? Graph the line.y=-2x-3please please hurry! 15 points The shortage of water in South Sudan plays a significant role in everyday life. Which of the following quotes from Salva Duts TED Talk BEST explains the impactful role water plays for ALL SUDANESE people? A. My sisters were just busy, collecting water for our family each day. B. We walked through the desert, in the extreme temperature of over 100 degrees, with no water and food sometimes. C. Coming to the country that has so many things that I never had when I was a child was very challenging. A country that has so many things that people take water for granted. D. We kept working because we knew that what we were doing was changing lives for the better. 5+3 /5-3 + root 5 + root 3 upon root 5 minus root 3 + root 5 minus root 3 upon root 5 + root 3 Steve is always cautious before discussing matters openly with his father, Gary. Whenever Steve wants to discuss an important matter with his dad, Gary makes fun of him and does not appreciate his ideas. What type of communication is Gary involved in? Gary is involved in blank communication with Steve. I need the answer asap Which of the expressions are equivalent to the one below? (14+4)/6 Brailiest if correctRead the paragraph from Kevins personal narrative.1. When I was in fifth grade, my family became interested in fostering kittens from the local animal shelter. 2. First, we had to fill out an application. 3. Next, we had to attend a workshop on caring for kittens properly. 4. A woman from the shelter came to our house to see if it was a safe environment for kittens. 5. Finally, we were approved. 6. That was an exciting day!What is missing in Kevins paragraph?a time relationship between the events in sentences 3 and 4a strong example that shows the familys interest in helping animalsa connection between the family in sentence 1 and the woman in sentence 4an opinion from the narrator that is related to the events in the story What is defined as enabling the continuous operation of critical government and business functions? Everyone just needs to know that...you are AMAZINGyou are BEAUTIFULyou are SMARTyou are KINDyou are NOT going to give up on your FIGHTand you better stay ALIVE Find the 74 thterm of -19, -14, -9, -4, .. Aging has physical effects on the body. Which conditions below can be caused by the aging process? (Select all that apply.)Poor eyesightDifficulty moving aroundAbility to heal quicklyBone density lossDecreased risk of hyperthermiaIncreased skin elasticityLoss of hearing Which statements describe Genghis Khan?(Choose 2) Explain how the narrator was able to trick his enemy Fortunatointo leaving the carnival and following him to his home. someone knows what number multiplied twice by the same can give me results 1109 helpppp! Plis what is the difference b/w matrix and vector name the three buddhism mintoned in this leson and list atleast one carecteristic of them lasting kindome Evalulate 7 3/4+(-2 1/5) x for x =-10 PLEASE help due in 1 hour.Browning is planning a jet suit racing league. He explains in the text, Pilots would fly through an obstacle course floating on water. (pg. 12)What can you infer as to why the pilots will race over the water? A : The jet suits will fly only over water.B :The race involves making patterns in the water.C : Browning is trying to create underwater races.D: Flying over the water is safer than flying over land. In which of the following scenarios would you choose to embed versus import data?A.)You do not want to save the original data sources.B.)You want to maintain connections with external filesC.)You want to reduce file size