What is the output?
>>> answer = "five times"
>>> answer[2:7]

Answers

Answer 1

The output  is The string answer = "five times" All strings start at index 0 and end at the length of the string minus 1.

What is output?

Other answer are:

Then count rightly, index 2 is v and index 7 is  m answer[2:7] goes from v to m including v but not m, So, answer[2:7] = "ve ti".

Output is said to be the act of making something out of another thing.

Note that the output  is The string answer = "five times" All strings start at index 0 and end at the length of the string minus 1. Then count rightly, index 2 is v and index 7 is  m answer[2:7] goes from v to m including v but not m, So, answer[2:7] = "ve ti".

Learn more about output from

https://brainly.com/question/1786465

#SPJ1


Related Questions

Help me pleaseeeeeeeee

Answers

Answer:

2. I see that they uses space, and form.

3. Maybe it a death note that you could cut stuff with scissors and knife and you'll grasp if you got stab and it sharp.

4. To show that scissors could cut,stab and do many more other things.

In this area, you want to focus on which hardware, application, personnel, or department(s) will be impacted by the security policy. For instance, what type of personal devices are allowed on the network and when? Must the personnel receive formal approval before using such devices on the network? What kind of activity is allowed on a personal device? Who is responsible for granting the permission to use a device on the network?

Answers

The type of personal devices that are allowed on the network are:

LaptopsSmartphones tablets

What devices do BYOD have?

BYOD is known to be Personal devices such as smartphones that organizations often gives permission for employees that are working from home so as to be able to have a flexible schedule and others.

Therefore, The type of personal devices that are allowed on the network are:

LaptopsSmartphones tablets

Learn more about personal device from

https://brainly.com/question/4457705

#SPJ1

What is the purpose of Executive Order 13526?

Answers

prescribing a uniform system for classifying, safeguarding, and declassifying national security information, including information relating to defense against transnational terrorism.

DUE IN AN HOUR PLS HELP
Random answers for points will be reported


Which one of these is an example of an output device digital pen headset keyboard mouse

Answers

Answer:headset

Explanation:because sound comes out of them

Answer:

Headset

Explanation:

It would be a headset because headsets "output sounds"

Digital pens, keyboards, and mice don't output anything.

The name for the instructions you write to a computer in a program

Answers

Answer:

Code

Explanation:

The code is instructions that you can write yourself or download from online

Answer:

Code

Explanation:

Code

The name for the instructions you write to a computer in a program

Allan is a candidate for the position of Mayor in his town. He is worried about using email for the fear that it may be intercepted by the government and used by his opponent. What law protects his email from being intercepted by the government?
The
and its proposed update strengthen the online privacy of users by increasing requirements for governmental access to the stored data.

Answer: Electronic Communications Privacy Act

Answers

Answer:

This is correct.

Explanation:

I took the test and got it right.

Characteristics of VR headsets​

Answers

Answer Believable Virtual Word. The believable virtual world is a key characteristic of Virtual Reality. ...
Immersive. ...
Feedback. ...
Interactive. ...
Virtual Reality Headset. ...
Computing Device (Commuter / Smart Phone) ...
Virtual Reality Input and Output Devices. ...
Fully Immersive Virtual Reality.

What will be the output of the following code snippet?

Answers

Answer:

D

Explanation:

Its gonna be of the class integer.

what are the four main components of programming languages and why is each one needed?

Answers

Answer:

input, output, arithmetic and conditional and looping

Which is an example of a foley effect?

Answers

Answer:

Foley artists reproduce everyday sounds like footsteps, doors opening and closing, wind blowing, glass breaking, and other ambient noise.

A license agreement specifies the number of
devices on which you can install the product, any
dates of expiration, and other restrictions. True or false?

Answers

The statement that a license agreement specifies the number of devices on which you can install the product, any dates of expiration, and other restrictions is true.

What is a license agreement?

A license agreement is a formal agreement that is given to a person to do or use something.

It is a legal contract between people or government and a person to authorize over any product.

Thus, the given statement is true.

Learn more about license agreement

https://brainly.com/question/14681311

#SPJ1

The Texas Department of Education has offices throughout the state covering more than 268,000 square miles. State documents are stored on a large server in a central location, so that employees can access the data they need regardless of their physical location. The type of network used by the organization is most likely a _____.


LAN


WAN


MAN

Answers

Answer: WAN

Explanation:

_______Is the process of organizing data to reduce redundancy
O A. Specifying relationships
O B. Duplication
O C. Primary keying
O D. Normalization

Answers

Answer:

the answer is D

Explanation:

Normalization is the process of reorganizing data in a database so that it meets two basic requirements:

There is no redundancy of data, all data is stored in only one place.

Data dependencies are logical,all related data items are stored

The groups within a tab are collectively
known as?

Answers

Answer:

the ribbon

Explanation:

Commands are organized in logical groups, which are collected together under tabs. Each tab relates to a type of activity, such as formatting or laying out a page. To reduce clutter, some tabs are shown only when needed.

How to powerwash chromebook

Answers

Answer:

you only need to select restart after you sign out of your account also I would make sure everything you need is backed up because otherwise everything you have will get deleted I accidentally had that happen to me last week or the week before, I didn’t realize it was going to need to be reset so I didn’t save the majority of my answers. So now I have barely anything done and I’m behind.

Explanation:

I hope it helps you though.

Company ABC would like to select the topology that has the most reliability for data reaching its destination. Which topology should they choose?
bus
full mesh
partial mesh
ring

Answers

Full mesh because it is the answer and I been reading up in it

Do anyone know how to code like I need someone do a code for me?

Answers

Answer:

yeah i can depends on what exactly it is but probably

What will be printed to the screen when the following program is run?

Answers

Answer:

The answer is 20

Explanation:

Hope this helps!

Answer:

40

Explanation:

Indexes for arrays in Python start at 0, which means the first item of an array is at index 0, the second item is at index 1, the third item is at index 2, and the fourth item is at index 3.

Therefore when my_list[3] is put inside the print function, the fourth item, 40, is printed to the screen.

Hope this helps!

Question # 9
Fill in the Blank
Complete the statement using the correct term.
The aerospace industry uses______________ simulators to train astronauts and design spacecraft.

Answers

Answer:

flight stimulators are used to train astronaut and design simple air craft

I need help including my other one I posted

Answers

Answer:

2. I like the form of it, I like the porportion of it.

3. I dont know what a purpose of this maybe it a person wearing a tuexdo stepping out of his house or something.

4. Another thing that would work well is texture.

This program will output a right triangle based on user specified height triangle_height and symbol triangle_char.
(1) The given program outputs a fixed-height triangle using a * character. Modify the given program to output a right triangle that instead
uses the user-specified triangle_char character. (1 pt)(2) Modify the program to use a loop to output a right triangle of height triangle_ height. The first line will have one user-specified character.
such as % or *. Each subsequent line will have one additional user-specified character until the number in the triangle's base reaches
triangle_height. Output a space after each user-specified character, including a line's last user-specified character. (2 pts)

Answers

The program illustrates the use of loops;

Loops are program statements that are used to perform repetitions

The program in Python

The python program where comments are used to explain each line of the program is as follows:

#This gets input for the triangle height

triangle_height = int(input())

#This gets input for the triangle character

triangle_char = input()

#This iterates through the triangle height

for i in range(triangle_height+1):

   #This iterates through each row

   for i in range(0,i):

       #This prints each character

       print(triangle_char,end='')

   #This prints a new line

   print()

Read more about python programs at:

https://brainly.com/question/26497128

#SPJ1

You are approached by the representative of a company which sells equipment that
your company makes use of. During your conversation, the company representative
offers to provide one unit of the equipment for your individual home usage for free (i.e.,
as a gift) should you purchase 1000 units for company usage. What should you do?

Answers

Answer: Don't purchase.

Explanation:

I think that is the right thing to do. Don't get swayed by bribes or gifts because that is what a person with integrity does. Of course, if you ask your company if they're willing to buy, then buy it.

Write a menu driven program in python to convert the given temperature from fahrenheit to celsius and vice versa depending upon user's choice.​

Answers

Answer:

See below

Explanation:

while(True):

   print("""\nProgram to convert temperatures

       

       Choose from:

       1. Fahrenheit to Celsius

       2. Celsius to Fahrenheit

       3. Exit program""")

   choice = int(input("\nEnter your choice: "))

   #print()

   if (choice == 1):

       print("Converting degrees Fahrenheight to degrees Celsius\n")

       F = float(input("Enter temperature in degrees Fahrenheit: "))

       C = (F - 32) * 5/9

       print()

       print(F,"degrees Fahrenheit = ", C, "degrees Celsius\n")

   elif (choice == 2):

       print("Converting degrees Celsius to degrees Fahrenheit\n")

       C = float(input("Enter temperature in degrees Celsius:"))

       F = (C* 9/5) + 32

       print()

       print(C,"degrees Celsius = ", F, "degrees Fahrenheit\n")

   elif (choice == 3):

       print("Exiting program")

       break

   else:

       print("Invalid Entry!. Please re-enter")

Gigantic Life Insurance has 4,000 users spread over five locations in North America. They have hired you as a consultant to provide a
solution for standardizing Windows 10 configuration. There is a mix of desktop computers and tablets running Windows 10. The computer
and tablets come from a variety of vendors because Gigantic Life Insurance allows agents to purchase their own computers. How do you
recommend they standardize their Windows 10 installations?

Answers

First of all, when buying a set of Windows 10 operating system, It needs to buy Windows Server 2016 version as well in order to centrally connected to the Windows server machine. So coming to the edition of the Windows 10 version, we need to buy Windows 10 Enterprise edition for your infrastructure. So, the configuration can be like for each computer machine you must use 8 GB of memory and 500 GB of storage. For tablet, it can choose 4 GB memory and 32 GB ROM. Windows tablet comes with already installed OS. But for installation of Windows enterprise client OS, it needs to choose network mode of installation.

What is windows?

A window is a separate viewing area on a computer display screen in a system that allows multiple viewing areas as part of a graphical user interface (GUI). Windows are managed by a windows' manager as part of a windowing system. A window can usually be resized by the user.

Learn more about window's here,

https://brainly.com/question/26388929

#SPJ1

does C supports STRINGS as a data type?

Answers

Answer:

C language does not support strings as a data type. A string is actually one-dimensional array of characters in C language. These are often used to create meaningful and readable programs.

Explanation:

List 5 tasks that can be performed by a computer

Answers

Answer:

Input or inserting data and instructions.Processing.Output or retrieving data or information.Storing data or information/file management.Controlling of devices and functions.

ANSWER QUICKLY!!!

Which aspect of planning is a preventive action?

Answers

A preventive action aims to correct a potential problem. Unlike a corrective action, which fixes the root cause of a current issue, preventive actions try to address problems before they happen

when does computer store data permanently?​

Answers

when the device is unpowered.

what is the input for air cooler computer science​

Answers

Answer:

cooling

Explanation:

Air cooling is a process of lowering air temperature by dissipating heat. It provides increased air flow and reduced temperatures with the use of cooling fins, fans or finned coils that move the heat out of a casing such as a computer …

Question 2 of 25
How could a video's file size be reduced so that it will take up less space on a
computer's hard drive?
A. By shooting it at a lower resolution
B. By shooting it at a higher resolution
C. By shooting it at a higher frame rate
D. By sampling the sound at the maximum rate

Answers

A, as a lower resolution will store less data per frame, reducing file size.
Other Questions
Write an additional chapter to Gary Paulsens book "Brian's return". Make up your own chapter as long as it is related to the last chapter of the book Is this figure a quadrilateral?a.c.Cannot determine.b.noPlease select the best answer from the choices providedABC Please see attached question 12 of 25 please help me with this please.......asap Fill in the Activity Log correctlyusing the followinginformation.Joey performed exercise and the following information needs to be logged in the log: He did a vigorous combination ofcardiovascular exercise and muscular exercise in the form of kickboxing for 20 minutes, and then he ended with a 10-minute cool-down. He started with a 5-minute warm-up. He did these activities on 3/2/10.Date: Warm-up: Cool-down:Type ofDescription ofActivity and TimeActivity:(Cardiovascular,Intensity TotalLevel Time(Moderate,orMuscular, orFlexibility)Vigorous)march 2,2010 5 minutes 10 minutesNEXT QUESTIONASK FOR HELPTURN IT IN How many helmets must the company make and sell to break even? helmets Based on the kinetic theory, which statement is true? (5 points)O Matter consists of only large molecules.Matter is made up of only charged particles.The particles of matter have zero kinetic energy and potential energy.O The particles of matter are arranged in different ways for the different states. The line passes through points A (6:0) and B(O:4). Write the equation of the line. Question 11 of 23Read the following excerpt from a speech:My fellow citizens: Young Roxanne Jones stands heretoday for the many victims of industrial pollution whocannot. She has fought a long, hard recovery aftersuffering serious illness due to the inaction andirresponsibility of companies like Trevose Inc. Because thelaw allows companies like Trevose exceptions to thecurrently allowed pollution levels, more children likeRoxanne will be poisoned unless we fix these loopholes.Which is the most logical connection between Roxanne Jones and thecampaign to change the law?OA. She is an exception to most mainstream thinking about the law.OB. She demonstrates the complicated circumstances surroundingthe law.O C. She is the primary reason people want to change the law.O D. She is symbolic of a class of victims hurt by the current law.SUBMIT Which term should be used in the box?5(x 2x + 6x + 10) = 5x 10x + ? +50 A) 30x B) 30 C) 11.3 D) 11 512=-4(-2)^n-1 find n in geometric sequence Read the excerpt below and answer the question.I lived in the first century of world wars.I lived in the first century of these wars.These words are the first and last lines of the poem. What is the best explanation of why Rukeyser repeats them?to remind the reader that war is unavoidableto hope that world wars will come to an endto emphasize the idea that war is violentto highlight her wish to become a soldier HELP FAST!!! In ancient Rome it was believed that in order to get into heaven you had to ___.a: Go through the Roman catholic churchb: Read the entire Biblec: Become an official of the Roman catholic church Need help with this topic A triangle has 2 angles that each measure 79.What kind of triangle is it?O A. isosceles triangleOB. equiangular triangleOC. obtuse triangleOD. right triangle whats the answer to 4*100000 Which has the digit 6 in the tenths place?82.5665.2856.8228.65 If Mrs. Hamm divides 7 pounds of potting soil equally into three flower pots, what is the weight of potting soil in one flower pot? A) 3 7 pound B) 7 3 pounds C) 3 1 7 pounds D) 7 1 3 pounds can anyone help me with this Evaluate the integral, please help!!! [tex]\int_{0}^{\pi}(1+cosx) dx[/tex]