I'm using Sage notebook version 5.11. When I write a command, it does not change color. For example, I tried defining a function by def f(n): and pressed 'enter', it indednted, went to the next line, but I was expecting that I'd see a color change in def, which did not happen. Same thing did not happen when I typed 'return' command. Why did it not happen?
In order to see the color change, where should I write the program?
Secondly, how can I compile the program written on Sage notebook?
Any relevant tutorial link (except the one on the sage webpage) will be greatly appreciated. I'm programming after a long 6 years and totally new to Sage, the concept of notebook etc., so I might need a headstart to quickly learn things.