Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Yet most Python code is written in the compact form I've showed you, where code indentation is significant. Lisp has the same model: the code indentation is significant. But Lisp has the structure encoded in nested lists. These nested lists are automatically formatted in the same space saving way as Python code. Due to the significant indentation, Python usually can avoid to have grouping characters/symbols.

I see also lots of Python code where data isn't written like you claim...

https://www.programiz.com/python-programming/matrix



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: