What is the output?
str = 'abcdef
print(str[2:50)

Answers

Answer 1

Answer:

What is the output of print str if str = 'Hello World!'? A - Hello World! ... Q 18 - What is the output of print list[1:3] if list = [ 'abcd', 786 , 2.23, 'john', 70.2 ]?.

Explanation:

Answer 2

Answer:

What is the output of print str if str = 'Hello World!'? A - Hello World! ... Q 18 - What is the output of print list[1:3] if list = [ 'abcd', 786 , 2.23, 'john', 70.2 ]?.

Explanation:


Related Questions

Pari needs to correct the information on a slide in her presentation and redo that recording. What is the best
approach to solve this problem?
O She should delete the recording of the entire presentation and start over.
She should delete the entire presentation and create a new PowerPoint file.
O She should delete the recording on that slide, revise the slide, and rerecord.
O She should delete all the slides in that section, create new ones, and rerecord.

Answers

she should delete the recording on that slide revise the slide and rerecord

Answer:

C

Explanation:

Directions: Asba student of Contact Center Service, you already have an experience using different computer programs. Try to remember some of those by putting name of the computer program that you use in the first line below and its use on the second line.

__________. __________
__________. __________

__________. __________
__________. __________

__________. __________
__________. __________


Answers

Explanation:

can u suggest a title about quarantine

ex: My quarantine life

Answer:

I will get back to you later ok :)

I will send your answer as soon as possible :)

in the comments

Explanation:

I WILL PROMISE TO GET BACK TO YOU AS SOON AS POSSIBLE

BJP4 Self-Check 7.21: swapPairs

plsssss

Answers

Answer:

needs more expiation

Explanation:

add a worksheet to the question

Complete the flowchart to calculate the area of a rectangle

Answers

Python Code:
Length=int(input(“Enter length of rectangle: “))
Width=int(input(“Enter width of rectangle: “))
Area=Length*Width
print(Area)
Flow Chart:
(Given in the image below)

On what aspect of digital media do people often focus on at the expense of the important supporting roles?

creation

distribution

sales

development

Answers

Answer:

the answer would be creation

Answer:

creation

Explanation:

You will use the Word application to design, develop, and create a business letter to potential clients of your new business. The following steps will help you in this process.


Open a blank Word document.

Write a business letter introducing people to your store. You may choose any type of store you wish, but your letter should be at least one paragraph long and be able to be easily personalized to each potential client. Make sure you include the type of business, a sentence about your business plan or philosophy, the location of your business, and any relevant contact information.

With this letter open, begin a mail-merge letter using the letter you just wrote as your starting document.

Since you do not have the addresses of your contacts in the computer, you will need to type a new list and create a new data source. Save the data source as "Mail Merge Data Source Lesson 3."

For this example, enter the names and addresses of four people.

Insert merge codes for the address block, greeting line, and at least two other items from the More Items list.

Preview your letters. Make sure you proofread your work for spelling and grammar errors.

Merge your letters to a new document. Save the original and merged documents.

Show your documents to your instructor for review.

After you have written your letters, you realize you will need mailing labels for the outside of your envelopes. To quickly make these labels, you decide to use a merge.


Open a new document and begin a mail merge using the Mail Merge Wizard.

Select Avery 5160 mailing labels as your label type.

Use the data source you saved earlier, "Mail Merge Data Source Lesson 3," for the addresses for your labels.

Insert an address block on each label.

Preview your labels for format and spelling errors.

Merge your labels and save them in a new document.

Submit your labels in the space provided for your instructor to review.

Answers

Answer:

Mail Merge Data Source

Explanation:

A four byte hexadecimal number beginning with lower order byte is stored from memory location D055 H. Write a program in assembly language to check whether given number is palindrome or not. If the number is palindrome then HL register pair must contain AAAA H else FFFF H

Answers

How would I write a program, that’s hard

I really need help with this. I've been so lost on this and other FRQ's my class has been doing. I don't have the slightest clue how to start the code after "public class GuessingGame{"

Answers

Answer:

ummmmmmmmm the ansswer is a

Explanation:

got it on my test its right

Which design element involves the act of lining up objects vertically or horizontally to give a sense of order?

Answers

Answer:

The answer is "Alignment".

Explanation:

The Alignment was its positioning of visual elements, such that they're coordinate together with such a structure. This is a layout concept that refers to words or pictures lining up with one page. They use coordination in the layout to coordinate entities, a system similar, equilibrium, framework formation, the connection among aspects, and clear and clear result.

Buying the newest phone as soon as it is released when your current phone works perfectly is not a good idea for all but which of the following reasons?

Answers

Answer:

You are gonna waste money and it might not be the best idea

Explanation:

Answer:

waste money

Explanation:

A kite forms a 25° angle with the ground. The wind picks it up so that it then forms a 74° angle with the ground.


By how many degrees did the wind increase the kite's angle with the ground?

Answers

So you have to do:
74-25=
49

Kite will make The angle is74-25= 49.

What is Angle?

When two straight lines or rays intersect at a single endpoint, an angle is created. The vertex of an angle is the location where two points come together. The Latin word "angulus," which means "corner," is where the term "angle" originates.

Angle measurement is used by engineers to build structures such as buildings, bridges, homes, monuments, etc. Its notion is used by athletes in sports to improve their performance. It is used by carpenters to create furniture such as doors, couches, tables, and chairs.

Artists use their understanding of measurements to draft or produce works of art. Angles are used in wall clocks to display the time with hour and minute hands.

Therefore, Kite will make The angle is74-25= 49.

To learn more about angles, refer to the link:

https://brainly.com/question/28451077

#SPJ5

3. One advantage of online classrooms over physical classrooms is that:
A-You can usually take the classes on your own time.
B-It is easier to access class materials.
C-You can communicate with your teacher more effectively.

D-The quality of the teaching is usually better.


Answers

Answer:

c

Explanation:

You can communicate your teachers

Which option is used in Access to locate and retrieve data that may be present in multiple database tables within the database?
queries

forms

procedures

Answers

Answer:

procedures

Explanation:

Answer:

themes

Explanation:

What is a decision tree

Answers

A decision tree is a diagram or chart that people use to determine a course of action or show a statistical probability.

What is the output of the following code? Assume the Rectangle class exists and all the methods called below exist and work as expected.

ArrayList blah = new ArrayList ();
blah.add( new Rectangle(3,5) );
blah.add( new Rectangle(2,15) );
blah.add( new Rectangle(5,5) );
double x=0;

System.out.println(blah.size());
for(Rectangle s: blah) x+=s.area();
System.out.println(x);

Answers

Answer:

3

70.0

Explanation:

There will be 3 elements (Rectangle instances) in the list.

The sum of the areas x will contain 3*5 + 2*15 + 5*5 = 70 and will be printed as a double.

Select the correct answer from each drop-down menu. Which two factors do ergonomic principles consider a part of a job? Ergonomic principles consider (physical stress, mental stress, or social stress) and (traveling factors, relationship factors, or environmental factors) Pls answer quickly I have a Mastery test and my brain is a little rusty so pls help me! I would really appreciate it and thank you so much in advance and have a good day! Btw, I'll give 55 points if it's answered correctly :D​

Answers

Answer:mental stress

Explanation:

What is a working model used to test a design called?

Answers

A working model used to test a design is a prototype.

Answer:

mockup is the working model

How has the Internet expanded the reach of all of these types of media?

Answers

the Internet made it easier for us to find information or to communicate with one another.

Which of the following statements best describes the relative amount of content held by digital libraries vs. the amount held by traditional libraries?

Digital libraries have more access to fiction, while traditional libraries have more access to nonfiction and reference materials.

Traditional libraries tend to have access to more information because they have been around longer.

Digital libraries and traditional libraries both tend to have the same access to information.

Digital libraries tend to have access to more information because they can share with other digital libraries.

Answers

Answer:

Digital libraries tend to have access to more information because they can share with other digital libraries.

Explanation:

A digital library can be defined as an electronic or cloud-based library where informations and books about various things, places, people, animals, subjects, etc, are kept for readers to access over the internet.

On the other hand, a traditional library is a physical library that people can walk into to read.

The statement which best describes the relative amount of content held by digital libraries vs. the amount held by traditional libraries is that, digital libraries tend to have access to more information because they can share with other digital libraries because they are usually interconnected through network.

Anyone have any ideas how to work this out x

Answers

Answer:

1.5 μs

Explanation:

time = distance / speed

if your cabinet is 300 m away, the time it takes is:

300 [m] / 200 000 x 10³ [m/s] = 1.5 x 10⁻⁶ s = 1.5 μs

How would our lives be different without computers at social?

Answers

Answer:

We'll spend more time with our family like vacations, gatherings and any type of family activities. Always having fun like telling stories and maybe spending more time outside with nature. Hanging out with friends and family.

Answer:

Life without computers would be so pathetic. It would be so difficult to spend a life without computers. We would not be aware of technology or what things are being discovered.

Explanation:

Thank You Have A Good Day or Night <3

A robot as a barista or Not?

Answers

Answer:

robot barista

Explanation:

Yay so it doesn’t take 5 years for my coffee to be made

Which of the following could be an example of a type of graphic organizer about jungle animals

A. A collection of photos with links to audio files of noises made by jungle animals

B. A paragraph describing different jungle animals

C. A picture of one jungle animal with no caption

D. A first person narrative about a safari

Answers

B) A paragraph describing different jungle animals

Answer:it’s a collection of photos with links blah blah blah

Explanation:just took it other guy is wrong

A Hospital wants to store different types of data I need to find the best storage device for each type and why what is the best storage device to store the patient's data

Answers

Answer:

On-Premise Data storage

Explanation:

On-Premise Data storage prefers on-premise data to store and manage patient data. The main reason is straightforward and control over the in-house data. On-premise data centers do not need wireless connections, and no risk of downtimes. Healthcare can access the data from secure, making on-premise data storage choices.

On-premise data storage stored and managed escalates and demand more physical space. When hospitals use on-premise data storage, they have to arrange the physical space within the premises of the host of the server.  On-premise data is connected to the local network and could consider the secure data option in upkeeping the security of premise healthcare with anti-virus software, firewalls, and multifactor authentication.

Hospital moves toward holistic data storage option. The on-premise to cloud data storage for healthcare affirms that challenges are nullified.

a flow chart is the _______ representation of the sequence of steps required of steps required to solve a particular problem​. I know answer I want how is it the answer

Answers

Answer:

A flowchart is simply a graphical representation of steps. It shows steps in sequential order and is widely used in presenting the flow of algorithms, workflow or processes. Typically, a flowchart shows the steps as boxes of various kinds, and their order by connecting them with arrows.

Help plz,l didn’t pay attention in class

Answers

Answer:

a) Input the marks value

b) Distinction

c) If marks =>50

d) Fail

Explanation:

The missing box entries in the flow chart from top to bottom are as follows -

a) Input the marks value

b) Distinction

c) If marks =>50

d) Fail

what are the hardware and software components of a computer​

Answers

Answer:

I. Hardware components of a computer includes monitor, speaker, central processing unit, motherboard, hard-drive, joystick, mouse, keyboard, etc.

II. Software components of a computer includes operating system, registry keys, antivirus, media player, word processor, etc.

Explanation:

The hardware component of a computer can be defined as the physical parts or peripherals that enables it to work properly. Some examples of hardware components are monitor, speaker, central processing unit, motherboard, hard-drive, joystick, mouse, keyboard, etc.

A software component of a computer comprises of software application or program that are used by the computer to manage or control software application, computer hardware and user processes. Some examples of software components are operating system, registry keys, antivirus, media player, word processor, etc.

In conclusion, the hardware components of a computer are the physical parts that can be seen and touched while the software components cannot be touched but rather are installed as a program.

Why was it important for the date format to be standardized by the
International Organization for Standardization (ISO)?

Answers

Answer: So it could be read and understood by international audiences

Explanation: took the quiz

Choose the correct answer
1. Which of the variable names given below, is invalid?
O Goodluck
O
d2420
O input
O Abcd

Answers

not valid bro so u check again

I gave brainlest .....!!!!​

Answers

Answer:

me me me me me me me me me me mw

Explanation:

I hope I can help you

Other Questions
The side of the base of a square pyramid is increasing at a rate of 666 meters per minute and the height of the pyramid is decreasing at a rate of 111 meter per minute. At a certain instant, the base side is 333 meters and the height is 999 meters. What is the rate of change of the volume of the pyramid at that instant (in cubic meters per minute) 12-x6x+34Solve for x What did the British force the coloniststo do after the French and Indian War?A. Move into new land.B. Pay the war debts.C. Build their own militia.W D. Attack the Native Americans. 2003-2021 Acellus Corporation. All Rights Reserved. What is the other main type of chemical bond? 3Which of these is a part of our solar system?a starC a pulsarB a galaxyDa black hole Why was it harder for the Germans and the Italians to build a unified nation-state than it was for the French? The measure of an angle is 44. What is the measure of its complementary angle? can you help me please Need help as fast as possible pleaseI will mark BRAINLIST only for correct answers :)Thank you! In cookies or in cakes, sugar is a part of almost every recipe in this book1.simple2.compund3.complex4.compund-complex This circle has a radius of 12 millimeters and is divided into 8 equal sections. In terms of pi,what is the area of 1 section of this circle? 5Select the correct answer.What effect did trade have on the Phoenicians?OA. It helped them develop a single language and money system.OB.It caused them to become warriors and battle other civilizations.OC. It helped them prosper and become wealthy.ODIt allowed them to spread out throughout Europe.OE.It led to the spread of diseases that wiped out city-states.ResetNext SPANISH PROS HELP ME OUT ON QUESTION 2 HELP ASAP!!!! Write a compare-and-contrast analysis of how Greg Ridley from "The Treasure of Lemon Brown" changes from the beginning of the story to the end.i need 100 words please help Explain some of the reasons why not everyone shows traditional lateralization Long chain of _________________ that surrounds the Pacific Ocean. 72 millimeters to 3 meters mean of four numbers a ,b, c, and d is 8 and mean of seven numbers x , y ,z ,a, b, c and d is 12 . Find the mean of x, y and z. Sasha ate 3 pieces of bacon for breakfast and ate some pieces for lunch. How many pieces of bacon did she eat today? NEED HELP PLZZZZZZ help