Answer the question
In order to leave comments, you need to log in
Why does Terminal and Sublime Text show different results when running Python3 on OSX?
Here is the code:
import os.path
if __name__ == '__main__':
yout_path = os.path.abspath(os.curdir)
print(str(yout_path) + '/')
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question