dev/bash/gedit/hello.py

5 lines
67 B
Python
Raw Normal View History

2011-04-09 19:06:44 +04:00
# -*- coding: utf-8 -*-
print 10*'=', " Hello, Python! ", 10*'='