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