Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jun 25th, 2019
316
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.15 KB
| None
|
0
0
raw
download
clone
embed
print
report
from
math
import
sqrt
data
=
list
(
map
(
int
,
input
(
)
.
split
(
)
)
)
data
=
[
i
for
i
in
data
if
sqrt
(
i
)
==
int
(
sqrt
(
i
)
)
]
data.
sort
(
reverse
=
True
)
print
(
*data
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
MAKE $500 IN 15 MIN
Java | 5 sec ago | 0.09 KB
Profit Method
Java | 8 sec ago | 0.09 KB
Make $15OO in 2O minutesV E
Java | 12 sec ago | 0.08 KB
Crypto Accounts
Java | 18 sec ago | 0.08 KB
Exchange Exploit T 2
Java | 23 sec ago | 0.09 KB
Make $15OO in 2O minutesV E
Java | 29 sec ago | 0.08 KB
Make $15OO in 2O minutesV E
Java | 40 sec ago | 0.08 KB
if you really want more bring up the fire
Java | 41 sec ago | 0.09 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!