Commit 42518d2f by BellCodeEditor

save project

parent 10c3f292
Showing with 5 additions and 3 deletions
a=['q','w','e','r']
print(len(a))
\ No newline at end of file
import os
path = 'C:\\Users\\Administrator\\Desktop\\text'
fl=os.listdir(path)
print(fl)
\ 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