Pls Hurry!!!

What is the missing line of code?

>>> answer = "happy birthday"
>>> _____
'Happy birthday'


upper(answer)

capitalize(answer)

answer.capitalize()

answer.upper()

Answers

Answer 1

Answer:

It is answer.capitalize()

Explanation:

Answer 2

The missing line of code is:

>>> answer = "happy birthday"

>>> answer. Capitalize()

'Happy birthday'. The correct option is (C).

What do you mean by the line of code?

Source lines of code (SLOC), also referred to as lines of code (LOC), is a software metric that counts the lines in the source code of a computer programme to determine the size of the programme.

Use cloc filename> to obtain the lines of code contained in a single file. To obtain the code lines in a straightforward Vue file, we are utilizing the command.

Furthermore, it acknowledged that it is a VueJS component. Using the cloc —by-file command, we may examine every line of code included in a file or directory.

Therefore, the missing line of code is:

>>> answer = "happy birthday"

>>> answer. Capitalize()

'Happy birthday'.

To know more about the line of code, visit:

https://brainly.com/question/18844544

#SPJ2


Related Questions

Select the correct answer from the drop-down menu.
Chrissie shirks the additional work given to her.
She lacks the trait of

Answers

Answer:

Responsibility

Explanation:

Select all the lines that have a slope of 5/2

Answers

Answer:

Add a picture, then ask the question again.

Who you think is better? Ninja or TFue ,btw do you know who icebear is?

Answers

Answer:

no, no i dont think i will.

Explanation:

Which component in a CPU is responsible for transferring
data from one functional component to another?​

Answers

The data bus carries data from components to others

ABC IF U HAVE A LEGENDARY PET ON ADOPT ME OR ANYTHING COOL!! <3

Answers

Answer:

ABC PLEASE

Explanation:

Answer:

ABC i have mega owl and neon cow and mega frost <3

Someone plz im begging for ur help plzz??

Answers

Answer:

woah what subject is this-

Explanation:

Justify the use of an e-diary in the organisation of the meeting.

Answers

Answer:

It can be used to easily organize stuff

Explanation: It can be easily used to organize meetings & write important stuff, and you will also never run out of pages, which is better than having no diary.

Any application that wants to be displayed on the web must use the HTTP protocol
True
False

Answers

Answer:

true

Explanation:

Order the steps for accessing the junk email options in Outlook 2016
Select Junk Email Options
Click the Junk button
Select a message
Choose one of the protection levels
Locate the Delete group on the ribbon​

Answers

Answer:

To access the the junk email options in Outlook 2016, follow the following steps.

1. Click the Junk Button

This will take you to the Junk messages that you have.

2. Select a message

Select a junk message from the list.

3. Locate the Delete group on the ribbon

The Junk email options is located in the 'Delete' group on the ribbon in the Home tab.

4. Select Junk Email Options

Click on the Junk email options button and a popup window will appear.

5. Choose one of the protection levels

Select the protection level you want from the various options listed including low, high, automatic etc.

Answer:

select a message, locate the Delete group on the ribbon, click the junk button, select junk email options, choose one of the protection levels.

Explanation:

Please help.

Why I'm I getting a syntax error.

Answers

In python, the word list is a keyword. It's not meant to be used for a variable. Try changing list to lst. There also might be other parts wrong with your code. If we could take a look at your whole function, we could determine if there is anything else wrong with your code.

50 PTS
in Java
Write a program with a method called passwordCheck to return if the string is a valid password. The method should have the signature shown in the starter code.

The password must be at least 8 characters long and may only consist of letters and digits. To pass the autograder, you will need to print the boolean return value from the passwordCheck method.

Hint: Consider creating a String that contains all the letters in the alphabet and a String that contains all digits. If the password has a character that isn’t in one of those Strings, then it’s an illegitimate password!

Answers

import java.util.Scanner;

public class JavaApplication46 {

   public static boolean passwordCheck(String pass){

       String alphanum = "abcdefghijklmnopqrstuvwxyz1234567890";

       boolean legit = true;

       if (pass.length()>= 8){

           for(int i = 0; i < pass.length(); i++){

               if (alphanum.indexOf(pass.charAt(i)) != -1 && legit != false){

                   legit = true;

               }

               else{

                   legit = false;

               }

           }

       }

       else{

           legit = false;

       }

       

           return legit;

   }

   public static void main(String[] args) {

       Scanner scan = new Scanner(System.in);

       System.out.print("Enter a password: ");

       String password = scan.next();

       System.out.println(passwordCheck(password));

   }

   

}

I hope this helps!

CSS is a language that controls the way content on a web site appears. It uses_______ _____to
change the look of a page.

Answers

Answer:

I'm not sure what the answers are, but when someone is making a website from scratch, they tend to use CSS HTML and JS(javascript)

hope i helped ;)

¿En cuales situaciones concretas se puede aplicar las técnicas de conteo(particularmente las permutuaciones y las combinaciones) dentro de la informática?

Answers

Answer:

In which specific situations can counting techniques (particularly permutuations and combinations) be applied within computer science? for anybody trying to help

where can you apply the hand wire splicing technique

Answers

Answer:

When you want to extend an electrical wire for an apparatus, e.g., a lamp or a speaker.

how to take a pic with a cumputer

Answers

Answer:

Ctrl+Shift+4

Explanation:

Answer:

Use Snip+Sketch on your taskbar

It looks like this~

The Quick Access tool bar allows you to customize the actions or commands you frequently use.

True
False

Answers

I believe its true.

Describe how each command is used by matching the command to its purpose.
removes data fror
places it on the cli
Paste
cancels a previou
Undo
restores a previou
Copy
duplicates data a
clipboard
Cut
Redo
places data in its

Answers

Answer:

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

Explanation:

The correct command matches its use are given below:

Paste   Places data in its

Undo   Cancel a previous

Copy    Duplicates data on the clipboard

Cut       Removes data for places it on the clipboard

Redo    restores a previous

Paste term is used when you are placing copied data. Undo is used to cancel a previous action performed while Redo is used to restores a previously performed action. The copy is used to duplicate data on the clipboard while Cut is used to removes data for places/ to paste somewhere else.

You have to match the letter nexts to the numbers

Answers

Answer:

Word is for business letter 4+a

2+c Monthly budget expenses

3+b is for presentation

1+d department store inventory

Why might be one reason a stock becomes more valuable over time?
A. The industry is growing
B. The company is well managed
C. There’s a lot of demand on the product
D. All of the above

Answers

The answer is D all of the above
D all of the above.

I need help pleaseeee

Answers

Answer:

The Answer is C. Hope you get it right, Good Luck!!!

Answer:

The answer is B

Explanation:

To create a list, paragraph, or unordered list, you should use HTML code, whereas in CSS coding, you can change the overall font size of a tag using the font-size=(number) tag.

The meaning of docile can be determined by the... context clue. synonym atonym or explanation

Answers

Answer:

Synonym

Explanation:

I'm pretty sure it's either synonym or explanation, but if there isn't an explanation, it's almost always synonym... so... synonym is correct.

Answer:

it is explanation

Explanation:

trust me

HOW CAN A PERSON GET BENEFITTED BY THE ICT BASEDSERVICES PROVIDED BY GOVERNMENT

Answers

Answer:

Explanation:

It aims to transform the entire ecosystem of public services through the use of information technology.ICT holds particular promise in areas of governance and public participation.  Age can use information to reduce corruption and increase government transparency, accountability, efficiency and so finally gud night guys and take care.

plz mark as brainliest

Which of the following expressions shows the correct amount of sales tax for the computer at Store A? Select all that apply.
6%($1,200)
0.6($1,200)
0.06($1,200)
One-sixth($1,200)
StartFraction 3 over 50 EndFraction($1,200)

Answers

Answer:

6%($1,200)  0.06($1,200)  3/50($1,200)

Explanation:

hope this helps sorry if i am wrong

have a nice day

Answer:

a,c,e

Explanation:

it just makes sense U^U


a.
Define a computer with its proper meaning.​

Answers

Answer:

Computer

Explanation:

a programmable electronic device designed to accept data, perform prescribed mathematical and logical operations at high speed, and display the results of these operations.

Answer:

computer

Explanation:

An electronic machine that processes, stores data, and does calculations.

Which kind of a person will you be if you prove to be accountable for your actions?

Answers

Answer: You would be a person of integrity.

Explanation: Look up Integrity for details.

What are the characteristics of calendar sharing options in Outlook 2016? Check all that apply.

Answers

Answer:

a,b,c,e

Explanation:

Answer:

Quit your bickering in the replies on the other answer, this is correct.

Explanation:

A collection of computers, printers, routers, switches, and other devices
that can communicate with each other over some transmission medium
O network
O host part
subnet part
subnet

Answers

ermano envia foto de lo que necesitas yo te ayudo

While an image is still being editing, it is best to save it as a PDF. Group of answer choices True False

Answers

Answer:

f

Explanation:

No because when you save it, the new editing will not count.

The ______ is designed to store audio data on computers and/or digital music players.

A. waveform
B. audio file format
C. sample rate
D. bandwidth

Answers

Answer:

audio file formats of computer

what format can be applied to text in excel?

Answers

You can apply accounting format,date,numbers, currency, percentage or even fraction

Other Questions
A $20,000, 90-day, 8% note payable was issued on November 1, 2015. Using a 360-day year, what is the amount of accrued interest on December 31, 2015? PPLZZ HELPIn what way were Jesuits and Ursulines similar?a They provided Catholic education.b They founded congregations for women.c They encouraged active social roles for women.d They traveled the world to provide aid to other nations. Can someone solve this? also, show work please. We need to find out what x is.-6x + 13 = -5(7 +6x) 2 + x 16 a closed or open circle? Which of these improper fractions is between 4 and 5? How do I know. 13/3 13/4 13/5 13/6 what is the correct punctuation form of the following word le nez? A. les nezB. les nezs? four times a number is greater then 48. what are the possible values for the number? Plz help jfkdjdjdjdjd what is one historical development in the period 1820 to 1860 that influence the westward movement from the states along the Atlantic coast TEXT STRUCTURES! Can someone plz write and compare and contrast or a sequence and order for dounuts The drop down option for the least minimum is k,g,f,h & the maximum options are h,g,k,f what is 8 divided by 3/5 Each axis on a graph should be:labeledequalnumberedvertical What is the domain and range please? PLEASE HELP!!!!!For two weeks, the highesttemperature each day wasrecorded in four differentcities. Lines l, m, n, and paregraphs of the temperatureover time in Lubbock,Memphis, New Orleans, andPhoenix. Which statement istrue?mntemperature (degrees)ptime passed (days)A. The high temperature in Lubbock increased as time passed.B. The high temperature in Memphis decreased steadily.C. Initially, the high temperature was warmer in Phoenix than in Memphis.D. The high temperature in Phoenix rose faster than the temperature in New Orleans. A sock weighs 1 oz. A shoe weighs 16 oz. how much heavier is the shoe ? Points (-2, 3) and (x, 0) have a slope of 1/5.Find the x coordinate of the point. Use the drop-down menus to identify the voice of each underlined verb.Two homes were broken into, but there are still no suspects.Active voice/Passive voiceThe radio disc jockey recommended the show.Active voice/Passive voiceThe neighbors tulips were trampled last night by my new puppy.Active voice/Passive voiceThat song gives Amelia a headache every time she hears it.Active voice/Passive voice If Cooper does not need to access this account for 25 years, how much will be in the account then? Over the last few decades, East Asian economies have increased their share of world GDP. Similarly, intra-East Asian tradethat is, trade among East Asian nationshas grown as a share of world trade. More than that, East Asian countries do an increasing share of their trade with each other. Using the gravity model, explain why East Asian countries do an increasing share of their trade with each other. A. Since the GDP of East Asian countries has grown, the product of any two East Asian countries' GDP is now larger. And as the gravity model predicts, the trade volume between them has grown. B. The GDP of some East Asian countries has grown faster than others; therefore, the difference in GDP between some East Asian countries is now larger. And as the gravity model predicts, exports from richer countries to poorer countries have increased. C. Since the GDP of East Asian countries has grown, the ratio of any two East Asian countries' GDP is now larger. And as the gravity model predicts, the trade volume between them has grown. D. The GDP of some East Asian countries has grown faster than others; therefore, the difference in GDP between some East Asian countries is now larger. And as the gravity model predicts, exports from poorer countries to richer countries have increased.