Tutorial Moodle VPL Chessboard -- Python

From dftwiki3
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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

--D. Thiebaut (talk) 17:00, 11 June 2014 (EDT)



MoodleVPLLogo.png


This tutorial illustrates how to setup a VPL activity that evaluates a python program that

  1. prompts the user for an integer N
  2. 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