About
Contact
About
Contact
Input
Input
val
=
input
(
"Enter your value: "
)
print
(
val
)
# shell
Enter your value
:
123
123
>>
>