This website requires JavaScript.
Explore
Help
Sign In
s45156
/
Python2017
Watch
1
Star
0
Fork
0
You've already forked Python2017
forked from
tdwojak/Python2017
Code
Releases
Activity
7fa12549e1
Python2017
/
labs05
/
task01.py
11 lines
96 B
Python
Raw
Normal View
History
Unescape
Escape
labs 05 & 06
2017-12-16 13:01:49 +01:00
import
task00
import
sys
def
main
(
)
:
x
=
sys
.
argv
if
__name__
==
"
__main__
"
:
main
(
)
Copy Permalink