Created
February 20, 2020 02:27
-
-
Save aliwo/f4f9224ceb4326fe775341eea5417295 to your computer and use it in GitHub Desktop.
hello
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import winsound | |
| import time | |
| winsound.Beep(293, 200) # D | |
| winsound.Beep(293, 200) # D | |
| winsound.Beep(293, 200) # D | |
| winsound.Beep(293, 600) # D | |
| winsound.Beep(246, 600) # B | |
| time.sleep(0.1) | |
| winsound.Beep(369, 200)# F# | |
| winsound.Beep(369, 200)# F# | |
| winsound.Beep(369, 200)# F# | |
| winsound.Beep(369, 600)# F# | |
| winsound.Beep(329, 600) # E | |
| time.sleep(0.1) | |
| winsound.Beep(329, 200) # E | |
| winsound.Beep(329, 200) # E | |
| winsound.Beep(329, 200) # E | |
| winsound.Beep(369, 500) # F# | |
| time.sleep(0.9) | |
| winsound.Beep(369, 200) # F# | |
| winsound.Beep(369, 200) # F# | |
| winsound.Beep(369, 200) # F# | |
| winsound.Beep(369, 600) # F# | |
| time.sleep(0.9) | |
| winsound.Beep(369, 200) # F# | |
| winsound.Beep(369, 200) # F# | |
| winsound.Beep(369, 200) # F# | |
| for i in range(4): | |
| winsound.Beep(369, 200) # F# | |
| time.sleep(0.1) | |
| for i in range(4): | |
| winsound.Beep(369, 100) # F# | |
| time.sleep(0.1) | |
| winsound.Beep(369, 600) # F# | |
| # PYTHON GANGNAM STYLE! | |
| # 아름다워~ 사랑스러워~ 그래바로 너 | |
| # https://codeboom.wordpress.com/2012/10/11/python-gangnam-style/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment