Computer Science, asked by Sahana2006, 2 months ago

From the given print statement identify positional and keyword parameters



i) >>>print(23,24,25,sep=’*’ ,end=’!!’)


ii) >>>print(100,200,300)​

Answers

Answered by valeriy69
2

positional: 23, 24, 25

keyword: sep, end

positional: 100, 200, 300

\small\mathsf\color{lightgreen}useful?\: \color{white}\mapsto\: \color{orange}brainliest

Answered by aryavm06
0

Hope this helps you...bye...

Attachments:
Similar questions