I just started learning Python (as my first language, so I know next to nothing) and have come across this problem.
Find the midpoint of a word, and point to it using a caret “^”.
Example,
Computer
^
Thanks for any tips anyone could give me.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
{0:...}tellsformatto replace replace itself with the firstargument,
'^'.{1}gets replaced by the second argument,len(text).^{1}tellsformatto center the text, and make the total widthequal to
len(text).So the docs for the full specs on format.