Skip to content

Instantly share code, notes, and snippets.

@mhtsai1010
Last active August 22, 2016 04:04
Show Gist options
  • Save mhtsai1010/9ad0ea96458758097df2 to your computer and use it in GitHub Desktop.
Save mhtsai1010/9ad0ea96458758097df2 to your computer and use it in GitHub Desktop.
Python: tokenized input Raw
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
import sys
tokenizedInput = sys.stdin.read().split()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment