Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有以下代码片段:
#import library import os s = Sound() #read file s.read('ffs.mp3') #play sound s.play
我必须为哪个库导入s = Sound()?
s = Sound()
您可能指的是似乎不再维护的 Snack Sound Toolkit 。