1
0
forked from tdwojak/Python2017
Python2017/labs05/task01.py

4 lines
73 B
Python
Raw Normal View History

2017-12-16 12:24:57 +01:00
import task00 as t
import sys
print(t.suma([3.2,4.5]))
print(sys.argv)