S2E2 : Display Message With Customization — Python

Kishan Tongrao
Sep 13, 2021

Hello, my name is Kishan Tongrao. Today, we are gonna talk about, how to display customized messages on a console using the Python programming language.

Photo by Alexander Shatov on Unsplash

Below are some points we are going to see.

  • Display normal message
  • Add space between words
  • Add right side space
  • Add left side space
  • Add left and, right side space
  • Separate values of print() statement
  • Add specific key at the start of number in print()

Display Normal Messages

Add Space Between Words

Add Right Side Space

Add Left Side Space

Add Left, Right Side Space

Separate Values Of print() Statement

Add Specific Key At The Start Of Number

That’s it!
Thanks For Your Time.

--

--