1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
attashe74 [19]
2 years ago
6

What is the output? >>> phrase = "hello mom" >>> phrase upper()

Computers and Technology
2 answers:
ANEK [815]2 years ago
8 0

Answer:

The iutput would be nithing since nothing is printed out, how ever, the output of

>>> phrase = "hello mom"

>>> print(phrase.upper())

would be "HELLO MOM".

You would get the same results from this code,

>>> phrase = "hello mom"

>>> phrase = phrase.upper()

>>> print(phrase)

statuscvo [17]2 years ago
3 0

Answer:

The answer is HELLO MOM

Explanation:

I hope this helps, have a wonderful day!

You might be interested in
A custom date format set for a date/time field that contains the symbols mmm/dd/yy would display the date as ____.
Lena [83]
Format for date is: mm/dd/yy
mm means month
dd means day
and
yy   means year.
Like: mm/dd/yy  12 / 15 / 2017    
December 15, 2017.
5 0
3 years ago
Can someone help please
sertanlavr [38]

general skills

Bearings, Gaskets, and Seals Training | Hands-On Mechanical Drives Skills ... blocks of mechanical systems, first conceptually with topics like force, torque, and ... also use an electric drive motor to practice motorized skills such as connecting and ... A sample copy of the Mechanical Drives 1 Student Reference Guide

3 0
2 years ago
What are the differences between Cc & Bcc in emails that are sent ?​
Ket [755]

Cc stands for " carbon copy " and Bcc stands for " Blind carbon copy ". The difference between Cc and Bcc is that carbon copy (CC) recipients are visible to all other recipients whereas those who are BCCed are not visible to anyone.

8 0
3 years ago
Read 2 more answers
HURRRYYYY PLZZ!!
vivado [14]

Answer: A. How much is this vehicle's resale value?

6 0
3 years ago
Read 2 more answers
Review the HTML tags that we have gone over in this lesson. Research HTML tags on the web and identify two new tags. Use these t
NemiM [27]

Answer:

w3schools

Explanation:

there is a webiste called w3schools that really helped me through my web page design class, just click on learn html

4 0
3 years ago
Other questions:
  • If you are making a 30-minute presentation, how much time should be spent summarizing your points and making any closing remarks
    11·2 answers
  • Background Susan finished work on system architecture issues, and her system design specification was approved. Now she is ready
    15·1 answer
  • How do you create a reference page in apa format with all websites?
    5·1 answer
  • A star appears under the <br> menu of the word processing program.
    5·1 answer
  • In Python, arrays are usually reserved for
    12·1 answer
  • To use the AutoCalculate area, select the range of cells containing the numbers for a calculation you want to verify and then pr
    7·1 answer
  • Emma lives in Pennsylvania, what climate does she live in?
    7·1 answer
  • What is the main component of the EV3 Lego Robot called?​
    6·1 answer
  • Coding 5 - Classes The Item class is defined for you. See the bottom of the file to see how we will run the code. Define a class
    13·1 answer
  • Writing queries in sql to compile data from a database is related to the physical level of databases true or false?.
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!