Changes

Jump to: navigation, search

OPS435 Python Lab 2

69 bytes added, 02:52, 25 May 2017
PART 1 - USER INPUT
:'''Perform the following steps:'''
:#Open ipython3<source>
ipython3
</source>
:#First lets start out with a very basic script. This script will use variables to print out specific information to the screen. Make the script '''lab2a.py''' with the following content.<source>
#!/usr/bin/env python3
:'''Perform the following steps'''
:#In Open ipython3 lets make <source>ipython3</source>:#Make some if statements and see what happens.<source>
if True:
print('This print is apart of the if statement')
198
edits

Navigation menu