spearous
@spearous
·
python 3 snippets: basic I/O
## Intro Here I summarize the basic I/O snippet in python 3, so to be used later. A major difference is raw_input() is removed in python3 and there is some change in print() function as well. ## inpu…