PYTHON BASIC START CODING IN PYCHARM
- PYTHON COMMENTS , SYNTAX , INDINATIONS :
- FOR MORE UNDERSTANDING WATCH MY VIDEO WHERE I HAVE PERFORM ALL PRACTICALS :
NEXT TOPIC HANDWRITTEN NOTES AVAILABLE SOON :
- PYTHON COMMENTS :
- Comments can be used to explain Python code.
- Comments can be used to make the code more readable.
- Comments can be used to prevent execution when testing code.
- PYTHON SYNTAX:
- Python syntax can be executed by writing directly in the Command Line:
- PYHON INDINATION :
- Indentation refers to the spaces at the beginning of a code line.
- Where in other programming languages the indentation in code is for readability only, the indentation in Python is very important.
- Python uses indentation to indicate a block of code.
SHARE THIS BLOG😊😊😊
Comments
Post a Comment