Commit fdf36643 authored by Шилова Светлана Евгеньевна's avatar Шилова Светлана Евгеньевна
Browse files

текст в input

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
import os
import shutil
import time
path=input('Введите путь к папке(используя \\ или /): \n')
path=input('Введите путь к папке(используя \\\\ или /): \n')
#path = 'C:\\Users\\SVETA\\Downloads\\Компьютерная графика'
os.chdir(path)
a=os.listdir()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment