Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

help me with solving these 6 questions plz 1. (2Pts) Write your code to display two words using indices: Car and nation flower = 'Carnation'

help me with solving these 6 questions plz
image text in transcribed
image text in transcribed
1. (2Pts) Write your code to display two words using indices: Car and nation flower = 'Carnation' 2. (2Pts) Write your code to display "Good Morning, everyone!" using a + operator. first="Good"second="Morning,"third="everyonel" 3. (2Pts) Write your code to change message to uppercase. message = 'he is good all the time.' 4. (2Pts) Write your code to change message to lowercase. message = 'THE SUN IS BRIGHT.' 5. (2Pts) Explain following code. text = 'soccer is good.' \# replace 'ba' with 'ro' replaced_text = text.replace('soc', 'dan') print(replaced_text) 6. (5Pts) Write your code to count the number of uppercase and lowercase letters in the sentence. my_string = "When I was young, I heard many times that "You are cute

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Big Data Systems A 360-degree Approach

Authors: Jawwad ShamsiMuhammad Khojaye

1st Edition

0429531575, 9780429531576

More Books

Students also viewed these Databases questions

Question

Describe the three basic strategies available to small businesses.

Answered: 1 week ago

Question

OUTCOME 6 Explain and give examples of diversity management.

Answered: 1 week ago