Untitled

 avatar
unknown
plain_text
a year ago
143 B
7
Indexable
class Song:
def __init__(self,title,artist,link);
self.title = title
self.artist = artist
self.link = link

class Songbook:
def __init__(self):
Editor is loading...
Leave a Comment