Название организации:
Learn Python
Категория:
We all know that how is important now to learn and to be experienced for python, because every latest technologies are using python. Everything you can do with python programming language like create mobile apps, websites, software and more.
Level - Beginner
print("Hello world")
here print() is a function and Hello world is a parameter for print function. Hello world is a string so it need double quotation mark.
In Python you don't need semi colon(;) at the end of statement.