I wanted to learn one easy language, As a result of getting lost in ruby and python, I decided to do python.
We plan to make it possible to do everything from web development to application creation.
Hello World for the time being
hello.py
#!/usr/bin/env python
print ("Hello, World!")
Recommended Posts