Print formatting
1. Using the Modulo Operator: *%

‘d’ : *integer.
‘f’ or ‘F’ : Float.
‘s’ : String.

2. Using the format() function


3. Using f-Strings

编辑于10月19日 00:12