Untitled
Anonymous
plain_text
03/06/2024 4:11 AM
192 B
14
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
class Song: def __init__(self,title,artist,link); self.title = title self.artist = artist self.link = link class Songbook: def __init__(self):