用python的pygame製作我的第一個音樂播放器

1.代碼如下: import pygame,sys pygame.init() pygame.mixer.init() screencaption=pygame.display.set_caption(‘My first music window’) screen=pygame.display.set_mode([640,480]) screen.fill([100,150,200]) pygam
相關文章
相關標籤/搜索