Question: Q 2 - String Manipulations ( 0 . 7 5 points ) Using the strings provided, concatenate them together into the string Python is fun!.

Q2- String Manipulations (0.75 points)
Using the strings provided, concatenate them together into the string Python is fun!. Save this result to a variable called str_fun .
Do the same, but concatenate to generate the string Python is really fun!. Save this result to a variable str_really_fun .
Note: make sure to add spaces between words when concatenating together.
[n [15]: # These variables provided for you
str_1= 'Python'
str_2='is'
str_3= 'really'
str_4= 'fun!'
 Q2- String Manipulations (0.75 points) Using the strings provided, concatenate them

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!