Computer Science, asked by jashanpreetk437, 4 months ago

what will be the output of following python statement >>>print ('new','line')​

Answers

Answered by NovaKun
0

Answer:

new line

Explanation:

Since we are printing 2 strings 'new' and 'line'. The space in between is because the print got 2 entities separated by a comma.

Similar questions