What value do we get for res if we execute this code? s = "this is my string" res = s.split() res = "-".join(res) Question 7 options: [this-is-my-string] -thisismystring- this-is-my-string -this-is-my-string-

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter9: Advanced Array Concepts
Section: Chapter Questions
Problem 2PE
icon
Related questions
Question

Q7

What value do we get for res if we execute this code?

s = "this is my string"
res = s.split()
res = "-".join(res)
 

Question 7 options:

 

[this-is-my-string]

 

-thisismystring-

 

this-is-my-string

 

-this-is-my-string-

 

Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Concept of Threads
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT