CBSE · 083Class XII · 2025Section A1 mark

Question 05

4 March 2025 · Computer Science (083)

Identify the invalid Python statement out of the following options :

Answer

(b) print("A",sep="*",10)

Explanation

In the print() function, keyword arguments like 'sep' must come after all positional arguments (values to be printed).