DEV Community

Aya Ali
Aya Ali

Posted on

How I Installed Python on My Computer

1- Why do you need Python?
2- Quick installation steps (commands)
3- Simple example:


python
print("Hello from Python")
Enter fullscreen mode Exit fullscreen mode

Top comments (0)