On 09/11/16 22:30, Bryon Adams wrote:
> Hello,
> Working on a simple function to get an IP address and make it look
> pretty for the PyNet course. I'm wondering if there's way to evenly
> space text with the string.format() method similar to how I'm doing it
> with the % operator.
Yes, re
Bryon Adams wrote:
> Hello,
> Working on a simple function to get an IP address and make it look
> pretty for the PyNet course. I'm wondering if there's way to evenly
> space text with the string.format() method similar to how I'm doing it
> with the % operator. The last two prints keep every
Hello,
Working on a simple function to get an IP address and make it look
pretty for the PyNet course. I'm wondering if there's way to evenly
space text with the string.format() method similar to how I'm doing it
with the % operator. The last two prints keep everything left aligned
and 20