Project:PizzaPrinter: Difference between revisions

From London Hackspace Wiki

Line 169: Line 169:


  if(pz.ready())
  if(pz.ready())
   print "Pizza " + pz.id() + " is ready at printer " + pz.printer() + "\n";
   print "Pizza " + pz.id() + " is ready at printer id " + pz.printer() + "\n";


=== Examples ===
=== Examples ===
Anonymous user