From 33d4f634f70708a8d000c1cf1863518e14c84f7a Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 25 Dec 2021 17:47:27 +0800
Subject: [PATCH] auto save

---
 my_music.py | 1 +
 www.py      | 4 ++++
 2 files changed, 5 insertions(+)
 create mode 100644 www.py

diff --git a/my_music.py b/my_music.py
index b2a21e6..af7fe00 100644
--- a/my_music.py
+++ b/my_music.py
@@ -1,3 +1,4 @@
+
 import pygame
 from pygame import locals
 
diff --git a/www.py b/www.py
new file mode 100644
index 0000000..1ff7d3e
--- /dev/null
+++ b/www.py
@@ -0,0 +1,4 @@
+import os
+path="C:\\Users\\Administrator\\Desktop\\sbbbbb"
+filelist=os.listdir(path)
+print(filelist)
\ No newline at end of file
--
libgit2 0.25.0