Tutorial Moodle VPL Chessboard -- Python
Revision as of 16:00, 11 June 2014 by Thiebaut (talk | contribs) (Created page with "--~~~~ ---- <br /> {| style="width:100%;" | style="width:60%;" | __TOC__ | Image:MoodleVPLLogo.png |} <br /> <bluebox> This tutorial illustrates how to setup a VPL activi...")
--D. Thiebaut (talk) 17:00, 11 June 2014 (EDT)
This tutorial illustrates how to setup a VPL activity that evaluates a python program that
- prompts the user for an integer N
- display an NxN chessboard of alternating cells on stdout.
This VPL activity uses an extra python program to filter out extra information from the output.
This concludes this tutorial