Re: Vedr: What does """ means in python?

2014-02-10 Thread Duncan Booth
Gisle Vanem wrote: > Regrading handy uses of ''', you learned me one trick when using Pythonÿ > code in a Windows .bat file: > > rem = ''' > @echo off > echo This is batch > \python32\python %0 > echo All done > exit /b > rem ''' > import sys > print("This is Python") > for i,p in enum

Vedr: What does """ means in python?

2014-02-08 Thread Gisle Vanem
  Gisle V. "Computers are useless. They can only give answers" --Pablo Picasso Chris Angelico wrote: > For SQL? Ignore the extra spaces, it's a free-form language. The only > reason to consider dedent() would be if you're worried about how your > log files will look. The actual execution of