How to format print in python

ByAdmin

Mar 29, 2024 #* * in pyhton, #3 3 python, #3s python, #al python, #anaconda pyhton, #and in pyhton, #artificial intelligence using python, #atom pyhton, #automate the boring stuff with pyhton, #best way to use python, #cl python, #codelearn python, #coursea python, #cpython python, #crash python, #cs50 pyhton, #django python 3, #django rest framework python, #ds using python, #educative python, #educba python, #ele python, #elif in pyhton, #financial trading with python, #flask pyhton, #get better at python, #how to format print in python, #how to print hello world in python, #how to print in python, #idle pyhton, #mygreatlearning python, #online programiz python, #plearn python, #programiz python, #programiz python online, #Pyhton, #pyhton 101, #pyhton 3, #pyhton for beginners, #pyhton online, #python 101 for beginners, #python academy online, #python boot camp, #python codecademy, #python codecamp, #python codinf, #python coure, #python coursea, #python cursus online, #python educative, #python for 12 year olds, #python for beginners 2022, #python for beginners online, #python for datascience, #python for dummies online, #python for noobs, #python for starters, #python for students, #python for very beginners, #python from 0, #python from scratch to advanced, #python from zero, #python in depth, #python language for beginners, #python language online, #python mastery, #python online for beginners, #python online programiz, #python online website, #python programiz, #python site web, #python tudor, #python web site, #simplilearn python, #tutoring python, #udemy pyhton
Python - Prog 99percentage python programmer dont know thisPython - Prog 99percentage python programmer dont know this

How to format print in python.

I bet 99% python developer don’t know this feature. Lets see how the uniquely we will print a text in different way.

I bet 99% python developer don't know this feature. 

Lets see how the uniquely we will print a text in different way.

Python 3.10.8 (tags/v3.10.8:aaaf517, Oct 11 2022, 16:50:30) [MSC v.1933 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> text = 'INDIA'
>>> print(f'{text}')
INDIA
>>> print(f'{text:.^25})
  File "<stdin>", line 1
    print(f'{text:.^25})
          ^
SyntaxError: unterminated string literal (detected at line 1)
>>> print(f'{text:.^25}')
..........INDIA..........
>>> print(f'{text:#>30}')
#########################INDIA
>>> print(f'{text:_>30}')
_________________________INDIA
>>>


Please watch above video to end to end Demo.

 

Please read the article below if you enjoyed this one as well.

What is Mortgage Loan and how to calculate Mortgage loan.

 

Leave a Reply

Your email address will not be published. Required fields are marked *

Netflix’s Overall Architecture. Gold is money every thing else is credit