The “print” statement should not be used
stay Python 3 in ,print It's a function , You need to look like print(“hello world”) Call it like this .
Use print(“use this bracket -sample text”)
stay Python 3 in ,print"Hello world" An invalid syntax error was given .
To be in Python3 Display string content in , must Use this (“Hello world”) Brackets .