Str.format will return formatted version of given string. String can be formatted using ‘{}’.'{}’will be replaced by given element as shown below.
a=’1234{}6{}’
a.format(‘5′,’7’)
Output:
'1234567' '{}'is replaced by given numbers .
This blog is about working with data by using different tools Excel ,Python, Access Power automate etc .