Sha256: 203eef11ccacaffc168dfd4be1979ecc4c46ec05ff3588d7fc591dee143e18b8
Contents?: true
Size: 202 Bytes
Versions: 30
Compression:
Stored size: 202 Bytes
Contents
# Ridiculously simple test of the winsound module for Windows. import winsound for i in range(100, 2000, 100): winsound.Beep(i, 75) print "Hopefully you heard some sounds increasing in frequency!"
Version data entries
30 entries across 30 versions & 1 rubygems