I have written this:
while file.readline().startswith("#"):
continue
But I suspect the continue is unnecessary? What is the correct syntax for what i'm trying to achieve?
|
I have written this:
But I suspect the |
|||||||||
|
This uses the pass statement :
http://www.network-theory.co.uk/docs/pytut/passStatements.html |
||||
|
|