PyGTK - 1. Introduction

423阅读 0评论2009-11-13 pymain
分类:Python/Ruby

Chapter 1. Introduction

#!/usr/bin/env python

def Usage():
    print 'Chapter 1. Introduction'
    print ''

if __name__ == '__main__':
    Usage()


上一篇:二分法查找IP国家代码
下一篇:PyGTK - 2. Getting Started