write the output for the following code: >>>a,b=12,34
>>>print(a,b,sep="\n")
>>>print (b,a,sep="*")
Answers
Answered by
1
Answer:
12 34
34 12*
Hope it helps
Similar questions
India Languages,
2 months ago
History,
4 months ago
Math,
4 months ago
Math,
10 months ago
Math,
10 months ago