String Formatting
using f-string f
f-string allows us to include expressions in strings.
using str.format()
method
format() string method helps in formatting strings with placholders
f
f-string allows us to include expressions in strings.
str.format()
methodformat() string method helps in formatting strings with placholders
%