This website requires JavaScript.
Explore
Help
Sign In
s45148
/
Python2017
Watch
1
Star
0
Fork
0
You've already forked Python2017
forked from
tdwojak/Python2017
Code
Releases
Activity
ad880b3674
Python2017
/
labs05
/
task01.py
4 lines
73 B
Python
Raw
Normal View
History
Unescape
Escape
labs04 z1
2017-12-16 12:24:57 +01:00
import
task00
as
t
import
sys
print
(
t
.
suma
(
[
3.2
,
4.5
]
)
)
print
(
sys
.
argv
)
Copy Permalink