Create change_directory_by_replacement _with_guan_2.py
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
import guan
|
||||||
|
guan.change_directory_by_replacement(current_key_word='institution/codes', new_key_word='local/data')
|
||||||
|
with open('data.txt', 'w') as f: # 保存数据
|
||||||
|
f.write('Hello world')
|
Reference in New Issue
Block a user