At 27-02-2004 19:39, Tom Emerson wrote: >You could write > >if x > 10 \ >and x < 20: > do_in_range() I don't like using backslash line continuation. Too many ways to mess up, putting comments or white space after the \ may or may not work. And are the continuation rules the same of C and make or different? I cannot write: if x > 10 \ # check lower bound and x < 20: # check upper bound do_in_range() File "L:\Users\barry\a.py", line 2 if x > 10 \ # check lower bound ^ SyntaxError: invalid token Barry
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4