Commit 2e9de547 by Administrator

Update my_music.py

parent 89cbe45e
Showing with 0 additions and 3 deletions
...@@ -2,9 +2,6 @@ import pygame ...@@ -2,9 +2,6 @@ import pygame
from pygame import locals from pygame import locals
import os import os
"""
初始化+载入音乐+播放
"""
pygame.init() # 初始化 pygame.init() # 初始化
# 创建窗口 # 创建窗口
screen = pygame.display.set_mode((640, 480)) screen = pygame.display.set_mode((640, 480))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment