Найти - Пользователи
Полная версия: Format ошибка при форматировании.
Начало » Python для новичков » Format ошибка при форматировании.
1
Gerod
Что мне делать?

[code python]
import os
File = input()
Dir = input()
os.system("Move {} {} ). format(File, Direct)
[/code]

AttributeError: “int” object has not attribute “format”
Romissevd
что такое Direct?
Gerod
 os.system("Move/{}/{} ". format(File, Dir)) 
Gerod
Это авто исправления телефона.

Ошибка таже. Мне надо чтоб пользователь смог перенести файл в папку
Gerod
Разобрался спасибо
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB