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
0
Answer:
no
Explanation:
it does produce any error
output =
Rahul
Good morning
HaiRahul@@
see you
Answered by
0
Answer:
Explanation:
...............................
Similar questions
Computer Science,
3 months ago
Biology,
3 months ago
Math,
6 months ago
Computer Science,
6 months ago
Physics,
11 months ago