Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
debug
/
test_input.py
blob: 5ac9bacbf418a0e5ff52d25833c4687cc37a5f0d [
file
] [
log
] [
blame
]
while
True
:
promt
=
"print command > "
try
:
string
=
raw_input
(
promt
)
except
:
string
=
input
(
promt
)
print
(
"command was "
+
string
)