Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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
)