Stuff I learned:
- In Python we use the 'print' function to print to the console
- In Python function calls need not have () like in Java
- In Python we use the '#' character to comment a single line. The C style comment '//' does not work in Python
- We do not have to end a statement with a ';' or any delimiter in Python
- Python Strings can be delimited by double quotes as well as single quotes
- A double quoted string can contain single quotes
- It is not compulsory to have a main method in Python
No comments:
Post a Comment