Script execution

This commit is contained in:
2022-08-23 14:57:35 +02:00
parent 98da94165d
commit c39d4a9321
+3 -1
View File
@@ -1,7 +1,9 @@
import multiprocessing as mp
mp.set_start_method('fork')
#mp.set_start_method('fork')
def f(name):
with open('/Users/gobbo_a/readme.txt', 'w') as f:
f.write('hello' )
print('hello', name)