13,420
edits
Changes
→PART 1 - String Formatting Basic Fundamentals
:'''Perform the Following Steps:'''
:#Start the Launch your Centos VM, open a shell terminal (as a regular user) and start a new ipython3 shellsession:<source>
ipython3
</source>To start, let's use the '''format()''' function on a string, The text '''.format()''' is located at the end of a defined string. The ''format()'' function can contain arguments or parameters within the parenthesis ( ).<br><br>