Computer Science, asked by GokulDG1930, 10 months ago

Evaluate and justify: (ii) len ('375')**2 in Python

Attachments:

Answers

Answered by Anonymous
1

Answer:

These functions respectively left-justify, right-justify and center a string in a field of given width. They return a string that is at least width characters wide, created by padding the string s with the character fillchar (default is a space) until the given width on the right, left or both sides. The string is never truncated.

Similar questions