施舒阳
Results
1
comments of
施舒阳
I can't agree more! ``` import os print('The path:', os.getcwd()) with open('1.txt', 'w') as f: f.write('1') ``` The result shouldn't be ``` The path: C:\Program Files\Python311 Traceback (most recent call...