Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
1aa2e09bdbd413eacb677e9fa4b50630530d0656
/
.
/
python
/
testData
/
debug
/
test_input.py
blob: 5ac9bacbf418a0e5ff52d25833c4687cc37a5f0d [
file
] [
log
] [
blame
]
Tor Norbye
1aa2e09
2014-08-20 17:01:23 -0700
[
diff
] [
blame^
]
1
while
True
:
2
promt
=
"print command > "
3
try
:
4
string
=
raw_input
(
promt
)
5
except
:
6
string
=
input
(
promt
)
7
print
(
"command was "
+
string
)