Changes

Jump to: navigation, search

OPS435 Python Lab 4

No change in size, 10:00, 23 June 2017
PART 3 - String Formatting Advanced Features
:'''Perform the Following Steps'''
:#Start the Make certain you are still in your ipython3 shell<source>ipython3</source>.
:#Start with numbers first. Study the following examples showing the different ways to change the output inside the curly brace '''{}''' while formatting. This formatting change is done by placing a colon inside the curly braces, following by a letter '''{0:f}'''<source>
number1 = 50
number2 = -50
number3 = 1.50
13,420
edits

Navigation menu