annotate test.py @ 13:844d341cf643 tip

Back up before ISMIR
author Yading Song <yading.song@eecs.qmul.ac.uk>
date Thu, 31 Oct 2013 13:17:06 +0000
parents 6840f77b83aa
children
rev   line source
yading@10 1 import os
yading@10 2
yading@10 3 os.system('ls')
yading@10 4
yading@10 5 import os
yading@10 6 os.system('notepad')