I get the location of the file system = os.path.dirname(os.path.abspath(__file__))
print(format(system),"\\person\\age1\\{0}".format(name1))
I get C:\Users\Tom\Desktop\tests \person\age1\Gulag How to remove a space?
Source: https://ru.stackoverflow.com/questions/892407/
All Articles