Changes

Jump to: navigation, search

OPS435 Python Lab 1

20 bytes removed, 08:23, 16 May 2017
Printing Text
:#Issue the following commands:
<pre style="margin-left:25px;"source>
ipython3
%cd ~/ops435/lab1
%pwd
%ls
</presource>
:::Our first python code we will write is the print function. A function is code that has been defined in another location. Functions can take arguments, use these arguments in some way, and then usually return a result. The first function we will use is the "print()" functions, it's sole purpose is to output information to the screen.
13,420
edits

Navigation menu