Commit Graph

3 Commits

Author SHA1 Message Date
cclauss
9be4666773
Define raw_input() for Python 3
In Python 3, __raw_input()__ has been replaced with __input()__
* Also added __.strip()__ to input statements to deal gracefully with leading or trailing spaces.
2018-06-02 09:43:44 -04:00
cclauss
1c160e4544
print() is a function in Python 3 2018-06-02 09:34:19 -04:00
santosomar
b1fad52f87 creating a quick python scanner 2018-03-13 19:11:29 -04:00