用户:
沉着的小黄鸡M0B5查看:0 回复:1 评论:0 创建时间:2022-07-24T20:51:31
【作品展示】

【作品介绍】
如何播放音乐
【作品源代码】
import time
#开始进入Python的世界
input('你的名字?')
if input():
pass
time.ctime()
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn
你敢反了import pygame
pygame.init()
pygame.mixer.Sound("where_is_the_love.mp3").play(-1)
引号里的文本要自己下载音频
点赞0
评论