Computer Science, asked by annmary03, 8 months ago

Select the output of the print statement. print(50,60,70,sep='$')

a) 50 @ 60 @ 70
b) 50$60$70
c) 50 60 70

which option is correct.... pls help

Answers

Answered by Dhaval8055
1

Answer:

b is correct

Because sep stands for separator, it decides the value to be printed between two values which r seperated by ,

Similar questions