1.4. JSVEE Python 4¶
1.4.1. About¶
JSVEE content package containing Python examples.
1.4.2. ae_adl_lists1¶
Explanation of the working of Python lists
1.4.3. ae_adl_lists2¶
Demonstration of looping through the list
1.4.4. ae_adl_lists3¶
Multiplying each element in list by a constant
1.4.5. ae_adl_format1¶
Demonstration of strings formatting using format function
1.4.6. ae_adl_format2¶
Demonstration of formatting floating point numbers us- ing format function
1.4.7. ae_adl_findmax¶
Finding the maximum element in the list