This video provides an overview of how to customize output to the console with the print() function, including:
-Using the end keyword argument to change the default newline character appended to the end
-Using the sep keyword argument to change the default space character inserted between arguments
-Rounding floating point numbers to 2 decimal places
And how to get input from the user with the input() function (plus how to convert strings to numeric types).
This video is the second video in a multi-part series on getting started with the Python programming language. Next video in the series on conditions (i.e. if statements): • Introduction to Programming with Pyth...
Source code on Github: https://github.com/gsprint23/Python-D...