Commit 767bf32a by BellCodeEditor

auto save

parent a11d6bb6
Showing with 8 additions and 1 deletions
tuple = (100,200,300)
z , y , x = tuple
print("x的值为:", x)
print("y的值为:", y)
print("z的值为:", z)
\ No newline at end of file
......@@ -61,4 +61,4 @@ while True:
screen.blit(last_img, (120, 350)) # 上一曲
screen.blit(next_img, (420, 350)) # 下一曲
# 刷新画面
pygame.display.update()
pygame.display.update()
\ No newline at end of file
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