Hi folks,

When I try and do to two arguments in the same lines in sagemath it
does not compute, this is what I have written:

  if A==1 and D==1 then case <- 1 else
  if A==2 and D==1 then case <- 2


and



  if case==1 then probsy <- list1 and probsz <- list1 else
  if case==2 then probsy <- list2 and probsz <- list1


I keep on getting syntax errors when I write these, can anybody shed
some light on this please.

Kind Regards
Chappman

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to