Guest User

Untitled

a guest
Oct 19th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. DDEFAULT_STRING = """A very long {ph1} string with multiple {ph2} ......
  2. that keeps on going {ph3} and I don't like this big string
  3. inside my code""".format(ph1 = self._first, ph2 = self._second, ph3 = self._third)
Add Comment
Please, Sign In to add comment