Changes

Jump to: navigation, search

OPS435 Python Lab 4

145 bytes added, 11:18, 21 June 2017
PART 2 - String Formatting
:#Start the ipython3 shell:<source>
ipython3
</source>:#To start , let's use the '''format() ''' function on a string, The text .format() goes on the end of a a defined strings, . The format() function can contain arguments can be provided to or parameters within the parenthesis ( ).<br><br>:#To demonstrate using the ''format() '' function, issue the following:<source>
print( 'College is Great'.format() )
</source>
13,420
edits

Navigation menu