winsound.py 98 B

12345
  1. #!/usr/bin/env python
  2. # How to the best of my knowledge use winsound:
  3. import winsound
  4. print('\a')