Changes

Jump to: navigation, search

OPS435 Python Lab 4

4 bytes removed, 11:20, 21 June 2017
PART 2 - String Formatting
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 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