Computer Science, asked by pandeyr9651, 10 months ago

identify the stetment with an invalid syntax expected output:stay safe! friends​

Answers

Answered by danaha98
1

Answer:

Use print("use this bracket -sample text")

In Python 3 print "Hello world" gives invalid syntax error.

To display string content in Python3 have to use this ("Hello world") brackets.

Similar questions