This website requires JavaScript.
Explore
Help
Register
Sign In
Luthics
/
XJTU_Python
Watch
1
Star
0
Fork
You've already forked XJTU_Python
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e0c587e7bf
XJTU_Python
/
homework
/
1
/
t10.py
6 lines
102 B
Python
Raw
Blame
History
from
math
import
*
a
=
[
[
0
]
*
4
]
*
4
for
i
in
range
(
4
)
:
a
[
i
]
=
list
(
map
(
float
,
input
(
)
.
split
(
)
)
)
print
(
a
)
Reference in New Issue
View Git Blame
Copy Permalink