Changes

Jump to: navigation, search

OPS435 Python Lab 2

76 bytes added, 11:39, 22 January 2018
PART 2 - Arguments
:#Use a temporary file for testing your work for this section.
:#In order to read arguments in Python, we will need to '''import special variables''' from the system. This is a standard 'library' of code provided by the developers of Python. By issuing '''import sys''', you have loaded code written by another person, each 'library' that gets loaded will give us extra functionality in our program. This is done by issuing the import sys function within your ipython3 shell.<br><br>
:#Start with the following line to import special variables:<source>
import sys

Navigation menu