+ 1
what does format do in python3??
2 Answers
+ 2
format helps you to append things in your strings in between any place of the string for e.g
x=("he is a good {}".format(boy))
this format will append boy in the place where {} is there inside this....
0
format: eraises the content.