Welcome, guest | Sign In | My Account | Store | Cart
## andrew w. teesdale jr.
## music.py
import winsound as s
def c():
    s
.Beep(262, 300)
def d():
    s
.Beep(292, 300)
def e():
    s
.Beep(330, 300)
def f():
    s
.Beep(349, 300)
def g():
    s
.Beep(196, 300)
def a():
    s
.Beep(220, 300)
def b():
    s
.Beep(247, 300)
if __name__ == '__main__':
    c
()
    e
()
    c
()
    b
()
    d
()
    f
()
    d
()
    c
()
    e
()
    g
()
    g
()
    g
()
    e
()
    f
()
    d
()
    e
()
    c
()
    e
()
    d
()
    c
()
    e
()
    c
()
    b
()
    d
()
    f
()
    d
()
    c
()
    e
()
    g
()
    e
()
    d
()
    a
()
    c
()
    e
()
    d
()
    c
()
   
print 'ended'
   

History