 |
input - python: read two variables in a single line - Stack Overflow
2009年10月19日 - No, the usual way is raw_input().split(). In your case you might use map(int, raw_input().split()) if you want them to be integers rather than strings.
stackoverflow.com |
 |