Commit 1989daf4 by BellCodeEditor

save project

parent 7a9a6b97
Showing with 1093 additions and 0 deletions
......@@ -2,3 +2,9 @@ tuplel = (100, 200, 300)
x, y, z = tuplel
print('x的值为: ',x)
print('y的值为: ',y)
import os
path = 'C:\\Users\\bellcode\\Desktop\\test'
filelist = os.listdir(path)
print(filelist)
\ No newline at end of file
ryttfffygygygygygyyiyiiiiiiiiiiiiiiyiyyyyyyyyyyyyiyiyiyiyiyyyiyiyiy
\ 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