Cut and paste is a good way to get the definitions from the tutorial into the interpreter without reading them.
Personally, I've only ever had a problem copy-pasting from the web. Even then, it is rare; a mild occasional annoyance well worth the price of the clutter free syntax.
There are other uses for cut/paste besides CutAndPasteProgramming; for example, one may want to post a snippet to a comment box that doesn't offer a preview function.
def foo():
if something:
do_something_else
print "bar"
I think that might have made it much better!
http://perldesignpatterns.com/?CutAndPasteProgramming