This website works better with JavaScript
Home
Explore
Help
Register
Sign In
sanoh
/
G01_0345
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
G01_0345
/
venv_win32
/
Lib
/
site-packages
/
win32comext
/
taskscheduler
/
test
/
test_localsystem.py
test_localsystem.py
69 B
Permalink
History
Raw
1
2
3
f=open(
'test_localsystem.txt'
,
'w'
)
f.write(
'I have run\n'
)
f.close()