Computer Science, asked by nishantshpandat15, 8 months ago

4. Define two variable first and second so that first=”Jimmy” and second=”Johny”. Writes a short

python code segment that swaps the values assigned to these two variables and prints the result.

(4​

Answers

Answered by rishavsharma21pd1prg
5

Answer:

Mark me as brainliest or i will delete the answer

first='Jimmy'

second='Jhonny'

first,second=second,first

print(first,second)

Answered by Anonymous
1

Answer:

Hi...

Please don't judge the writing...

:)

Explanation:

Hope it helps you

Please mark brainliest

Attachments:
Similar questions