Convert pseudo code below into Python ( can use repl.it)
TRACE and show workings in a trace table
Add in print statements to show the contents of the variable SUM during each iteration
Log into your coding bat account and complete String-1 Exercise
Grade 11 Join Python Classroom by following this this link and complete assignment
Grade 12 join with this Link Click here
For inspiration please look at examples from the 2 links below: These can be used as a starting point , but you need to enhance and ensure that the end product/program does contain the programming constructs above and is not too trivial.
Your Solution should include:
Loops and Trace Tables : Please click here
Link to Iterations exercise please click here
Complete the logic-1 exercise THEN begin work on lists/arrays, click here to get started
Jupyter Load Instructions
Locate and Run Jupyter Notebook from the start menu
If can not find Jupter Notebook Then open Anaconda and type into control panel Jupyter Notebook
Select new from the Open Menu ( see image below )
Documentation on Python user Functions click here
https://www.ocr.org.uk/Images/200825-data-structures-delivery-guide.pdf
http://pythonschool.net/basics/the-maze-game/