Source
x
=
input
(
'Give an integer: '
)
print
(
'The integer you gave is: '
,
x
)