Thanks! On Tue, Jun 9, 2015 at 1:03 PM, Vincent Delecroix <[email protected] > wrote:
> You need to close the parenthesis > > sage: t = ( > ....: 1, > ....: 2) > sage: t > (1, 2) > > Vincent > > On 09/06/15 18:58, Craig E Larson wrote: > >> Sometimes I forget a parenthesis, etc, and I get a colon input prompt. >> Double-enter won't escape the colon. Correcting the syntax also isn't >> enough. Control-Z will exit Sage totally and I lose my data and history. >> Is >> there another way to escape the colon besides Control-Z? >> >> Here's an example. >> >> sage: is_P_position(ChompBoard([3,3,3,1]) >> ....: >> ....: is_P_position(ChompBoard([3,3,3,1])) >> ....: >> ....: is_P_position(ChompBoard([3,3,3,1])) >> ....: >> ....: >> ....: >> ....: >> ....: >> ....: >> Forever.... >> >> Thanks. >> >> > -- > You received this message because you are subscribed to a topic in the > Google Groups "sage-support" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/sage-support/T5EasZWZBug/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/d/optout. > -- CELarson Web: http://www.people.vcu.edu/~clarson Automated Conjecturing for Sage: http://nvcleemp.github.io/conjecturing/ The Conjecturing Project: http://independencenumber.wordpress.com VCU Discrete Math Seminar: http://www.people.vcu.edu/~dcranston/DM-seminar/ VCU Precalculus Web: http://wp.vcu.edu/precalculus Craig Larson, Associate Professor Department of Mathematics and Applied Mathematics Virginia Commonwealth University 4106 Grace E. Harris Hall 1015 Floyd Avenue Richmond, VA 23284-2014 -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
