0001 def foo(): 0002 print 'unix' 0003 print 'windows' 0004 0005 print 'mac' 0006 foo() 0007 0008
Generated by PyXR 0.9.4