DEV Community

Cover image for Hello world "python"
Manal BENCHRIF
Manal BENCHRIF

Posted on

Hello world "python"

Hello everybody ^_^, Are you new in python?
Let's write hello world .
--to write we use print function in python v.3
print("hello world") #you can use simple quote too
https://github.com/ManalBenchrif/helloWorldPython

Top comments (0)