.. This file is part of the OpenDSA eTextbook project. See
.. http://opendsa.org for more details.
.. Copyright (c) 2012-2020 by the OpenDSA Project Contributors, and
.. distributed under an MIT open source license.

.. avmetadata::
   :author: Hamza Manzoor
   :requires:
   :satisfies: JSVEE Python
   :topic: JSVEE Python


JSVEE Python 6
================

About
-----------------------

JSVEE content package containing Python examples.

ae_adl_objects1
-----------------------
Explanation of basic Python Objects

.. extrtoolembed:: 'ae_adl_objects1'
   :learning_tool: mastery-grid-python-animations

ae_adl_objects2
-----------------------
Explanation of Python Objects by defining a complex class

.. extrtoolembed:: 'ae_adl_objects2'
   :learning_tool: mastery-grid-python-animations

ae_adl_objects3
-----------------------
Use of multiple objects of a class

.. extrtoolembed:: 'ae_adl_objects3'
   :learning_tool: mastery-grid-python-animations

ae_python_intro
-----------------------
Add two values and assign the result to variable dollars.

.. extrtoolembed:: 'ae_python_intro'
   :learning_tool: mastery-grid-python-animations

ae_python_assignment
-----------------------
Explanation of how an assignment operator works

.. extrtoolembed:: 'ae_python_assignment'
   :learning_tool: mastery-grid-python-animations

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.

.. extrtoolembed:: 'ae_python_input'
   :learning_tool: mastery-grid-python-animations


