Answer:
The output of the code,
phrase = "hello mom"
phrase.upper()
Would be nothing since you didnt print out anything. How ever, the output of,
phrase = "hello mom"
print(phrase.upper())
Would be, "HELLO MOM". You can get the same output by writing this,
phrase = "hello mom"
phrase = phrase.upper()
print(phrase)
Answer:
<HTML> tag
Explanation:
The first tag in any HTML file is the <HTML> tag. This tells web browsers that the document is an HTML file
Answer: well usually when you get banned on here it because someone reported your question or answer or something
Explanation:
Answer:
The difference between a shallow and a deep depth of field is how much of your photo is in focus.
Explanation: