Introduction to Programming Week 11

Revision as of 19:14, 3 September 2011 by Smitschu (talk | contribs) (Created page with "==Summary== Just like last week, we've been working primarily on our Large Pass the Pigs project. See the transcript for details. Otherwise, the only thing new this week is some...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Summary

Just like last week, we've been working primarily on our Large Pass the Pigs project. See the transcript for details.

Otherwise, the only thing new this week is something called string formatting. The usual way to combine strings is with concatenation, but Python also provides string formatting, which is sometimes more flexible. Neither is strictly better than the other, use whichever you prefer.

See Also