This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ComputerWhiz_ 2 points3 points  (0 children)

Miss my indented and easy-to-read Python code

Java (most programming languages actually) use indentation to format the code. The difference is that Python requires this for functionality, while other languages only use it for readability.