Re: [sage-support] Comment in python code [[cloud.sagemath.com]]

2013-11-03 Thread William Stein
On Sun, Nov 3, 2013 at 2:29 AM, Christophe Bal wrote: > Hello. > > I think that is not good to have an error with the following code. > You're right; this is a bug in Sagemath Cloud's block parser. I've added it to the issue tracker: https://github.com/sagemath/cloud/issues/46 William > -

[sage-support] Comment in python code [[cloud.sagemath.com]]

2013-11-03 Thread Christophe Bal
Hello. I think that is not good to have an error with the following code. for i in range(10): # Here is a basic comment... print i, "-->", i**2 The error due to the comment is the following one. Error in lines