用户:锦廷查看:0 回复:0 评论:0 创建时间:2023-01-14T12:01:13
【作品展示】

【作品介绍】
music
【作品源代码】
from musicpy import*
#12345671.
#cdefgabc6
a1 = note('C',5)
a2 = note('D',5)
a3 = note('E',5)
a4 = note('F',5)
a5 = note('G',5)
a6 = note('A',5)
a7 = note('B',5)
a1_ = note('C',6)
a2_ = note('d',6)
play(chord([a1,a1_,a2,a3,a4],[1/4]*5,[1/4]*5),bpm=120)
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn