Question: Q 2 - String Manipulations ( 0 . 7 5 points ) Using the strings provided, concatenate them together into the string Python is fun!.
Q String Manipulations points
Using the strings provided, concatenate them together into the string Python is fun!. Save this result to a variable called strfun
Do the same, but concatenate to generate the string Python is really fun!. Save this result to a variable strreallyfun
Note: make sure to add spaces between words when concatenating together.
n : # These variables provided for you
str 'Python'
stris
str 'really'
str 'fun!
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
