Source
a
=
int
(
input
(
)
)
P
=
4
* a
print
(
"Периметр квадрата: "
,
P
)