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