Computer Science, asked by Yuvarajvishal, 4 months ago

write the output for the following code: >>>a,b=12,34
>>>print(a,b,sep="\n")
>>>print (b,a,sep="*")​

Answers

Answered by SomebodyAtTheDoor
1

Answer:

12 34

34 12*

Hope it helps

Similar questions