Activities/Turtle Art: Difference between revisions

Tonyforster (talk | contribs)
Line 690: Line 690:
  try:
  try:
     from numpy import *
     from numpy import *
except ImportError:
    _logger.error("could not import numpy")


For more information on allowable syntax for this block:
For more information on allowable syntax for this block: