.. 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 3
================

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

JSVEE content package containing Python examples.

ae_adl_ifelse
-----------------------
Explanation of if else statements to check if a number is even or odd

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

ae_adl_ifelifelse
-----------------------
Explanation of else if statements

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

ae_adl_nested_if
-----------------
Explanation of nested if statements

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

ae_adl_while
-----------------------
Demonstration of while loop

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

ae_adl_for
-----------------------
Demonstration of for loop

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

ae_adl_strings
-----------------------
Explanation of string concatenation and use of length function

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


