Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

newline change ascii characters in sage command

HI. I have a question

I wrote the command in my ubuntu 20.04 sage version 9.2

like this -> ./sage -c "print('test', '%s' %('\angle FAC')

and then I received answer -> test ngle FAC

The sage command was executed on the Ubuntu server, and '\a' turned into an ascii character.

How can I prevent the text from being converted?

newline change ascii characters in sage command

HI. I have a question

I wrote the command in my ubuntu 20.04 sage version 9.2

like this -> this

./sage -c "print('test', '%s' %('\angle FAC')

%('\\angle FAC')

and then I received answer -> answer

test ngle FAC

FAC

The sage command was executed on the Ubuntu server, and '\a' turned into an ascii character.

How can I prevent the text from being converted?