Computer Science, asked by vidyaichchangi09, 4 months ago

Does the following code snippet result in error? If so, identify the cause.

name="Rahul"

print("GoodMorning")

print("Hai",name,end="@@")

print("see you")

Answers

Answered by krishna5714
0

Answer:

no

Explanation:

it does produce any error

output =

Rahul

Good morning

HaiRahul@@

see you

Answered by foxhound480000
0

Answer:

Explanation:

...............................

Similar questions