1.3. JSVEE Python 3¶
1.3.1. About¶
JSVEE content package containing Python examples.
1.3.2. ae_adl_ifelse¶
Explanation of if else statements to check if a number is even or odd
1.3.3. ae_adl_ifelifelse¶
Explanation of else if statements
1.3.4. ae_adl_nested_if¶
Explanation of nested if statements
1.3.5. ae_adl_while¶
Demonstration of while loop
1.3.6. ae_adl_for¶
Demonstration of for loop
1.3.7. ae_adl_strings¶
Explanation of string concatenation and use of length function

