Answered step by step
Verified Expert Solution
Link Copied!

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!!!
1.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.
2
.
Fruit Rollup
-
>
[
"
FRUIT
"
,
"ROLLUP"
]
3
.
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
(
)
[
0
]
and it marks it as wrong.
for
2
I tried
[
word
.
upper
(
)
for word in item.split
(
)
]
print
(
result
)
and it marked it as wrong
for
3
I tried

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions