About this document
Understanding Python Comments and Casting by Tanveer Ahmed is a document available to read on EtoBox.
The document discusses various Python concepts including: 1. Comments in Python start with # and are ignored. Variables do not need declaration and type is determined by value assigned. Data type of a variable can be changed. 2. Functions are defined using def keyword. Functions can take arguments and return values. Classes are defined using class keyword and can contain methods and properties. 3. Other concepts covered include if/else conditions, for loops, arrays/lists, string slicing, arithmetic and
- Author
- Tanveer Ahmed
- Language
- EN