2 lines
44 B
Python
2 lines
44 B
Python
|
import os
|
||
|
print(os.path.join('lzz', 'temp'))
|