LPTHW Day 1

15 Apr 2019

Today’s Progress

print("." * 10)
formatter = "{} {} {} {}"
print(formatter.format(1,2,3,4))

Thoughts: I think I’m following along so far. This was a lot about how to manipulate strings.

Link to work: exercises 6-10