Update change_directory_by_replacement _with_guan_2.py
This commit is contained in:
parent
d8f500d9c9
commit
82355ec35f
@ -1,4 +1,4 @@
|
|||||||
import guan
|
import guan
|
||||||
guan.change_directory_by_replacement(current_key_word='cloud/code', new_key_word='local/data')
|
guan.change_directory_by_replacement(current_key_word='working/code', new_key_word='local/data')
|
||||||
with open('data.txt', 'w') as f: # 保存数据
|
with open('data.txt', 'w') as f: # 保存数据
|
||||||
f.write('Hello world')
|
f.write('Hello world')
|
Loading…
x
Reference in New Issue
Block a user