+1 vote
in Class 12 by kratos

What will be the output of the following statement? Also, justify the answer.

>> print ‘Radhsa’* dress is pretty’.

1 Answer

+4 votes
by kratos
 
Best answer

SyntaxError: invalid syntax.

The single quote needs to be replaced by V to get the expected output.

...