Answered step by step
Verified Expert Solution
Question
1 Approved Answer
IF USE OF AI FOUND, SOLUTION WILL BE DOWNVOTED!!! 1 . We are going to assume our word we want to change is named word.
IF USE OF AI FOUND, SOLUTION WILL BE DOWNVOTED!!!
We are going to assume our word we want to change is named word. Write the line of code that will convert the following values over:
hoT PiZZa
HOT PIZZA
word.upper
on sale
On Sale
word.title
FrEsH MeAt
FrEsH
word.split
Oh No
Oh no
word.capitalize
ICE cReam
ice creamConvert the following messages in one line. Use item, as the string.
Fruit Rollup
FRUIT
ROLLUP
Convert the following messages in one line. Use item as the name of the string variable.
"Eggs and Bacon"
baco
for one i have all but the second one. I tried word.split
and it marks it as wrong.
for
I tried
word
upper
for word in item.split
print
result
and it marked it as wrong
for
I tried
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started