I hereby claim:
- I am sweinberg on github.
- I am samw (https://keybase.io/samw) on keybase.
- I have a public key whose fingerprint is 9FB2 1888 8BDA CF7B 2A50 3391 6568 97E9 60C3 D6A7
To claim this, I am signing this object:
| body{ | |
| background: #282c36; | |
| color: #ffffff} | |
| td{ | |
| background: #282c36} | |
| div{ | |
| background: #282c36; | |
| color: #ffffff} |
| Verifying that +samw is my Bitcoin username. You can send me #bitcoin here: https://onename.io/samw |
| import clipboard | |
| import string | |
| import sys | |
| import webbrowser | |
| try: | |
| article = sys.argv[1] | |
| except IndexError: | |
| article = clipboard.get() |
I hereby claim:
To claim this, I am signing this object:
| # Play a short melody | |
| import sound | |
| import time | |
| notes = 'E3', 'E3', 'F3', 'G3', 'G3', 'F3', 'E3', 'D3', 'C3', 'C3', 'D3', 'E3', 'E3', 'D3', 'D3', 'E3', 'E3', 'F3', 'G3', 'G3', 'F3', 'E3', 'D3', 'C3', 'C3', 'D3', 'E3', 'D3', 'C3', 'C3' | |
| for note in notes: | |
| sound.play_effect('Piano_' + note) | |
| time.sleep(0.5) |