1.6. JSVEE Python 6¶
1.6.1. About¶
JSVEE content package containing Python examples.
1.6.2. ae_adl_objects1¶
Explanation of basic Python Objects
1.6.3. ae_adl_objects2¶
Explanation of Python Objects by defining a complex class
1.6.4. ae_adl_objects3¶
Use of multiple objects of a class
1.6.5. ae_python_intro¶
Add two values and assign the result to variable dollars.
1.6.6. ae_python_assignment¶
Explanation of how an assignment operator works
1.6.7. ae_python_input¶
Use of two important built-in functions. The function input is used to read data from the user and print is used to print out the given values.