[code python]
import os
File = input()
Dir = input()
os.system("Move {} {} ). format(File, Direct)
[/code]
AttributeError: “int” object has not attribute “format”
[code python]
import os
File = input()
Dir = input()
os.system("Move {} {} ). format(File, Direct)
[/code]
Gerodos.system("Move/{}/{} ". format(File, Dir))