Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
python
/
mypy
/
87720fe4ec57e7912ca8d58989952a99c8751bf7
/
.
/
test-data
/
samples
/
input.py
blob: cca92336f06bc7c2173a9dfed494048b64efb3ab [
file
]
import
typing
name
=
input
(
'What is your name?\n'
)
print
(
'Hi, %s.'
%
name
)