PH415 Computer Interfacing 2013
OSU logo
Python

Table of Contents

Python Information Sites

Python Examples

  • Execute a one line program directly from the command line: python -c "print 'abcd'[::-1]" . This reverses the string abcd.