Hi It is your script output window ( called "console"), In the same window you can write a simple code to check.
Try the below code in script editor (right window) a=2 b=5 Print(a+b) You will see the result 7 in console Try the below in console 2+5 (then enter) Regards Bibeesh On Sat, 13 Jun, 2020, 3:27 AM Red Rhythm, <[email protected]> wrote: > Hi, new to Spyder and programming in general. > > I was just wondering whenever I run my program, > > In [1] > > In [2] > > etc > > keeps appearing in green as the first line of text. > > What does it mean? > > Does it just mean first/second/third initiation or something or is it more > important than I realize? > > > -- > You received this message because you are subscribed to the Google Groups > "spyder" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/spyderlib/6c4901ac-57f9-46dc-a032-24fdb6fdc460o%40googlegroups.com > <https://groups.google.com/d/msgid/spyderlib/6c4901ac-57f9-46dc-a032-24fdb6fdc460o%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/spyderlib/CAKbBZ2ROQGTVhbwuvFKeGAhuniY15kz3fEmUpdehbRRepDP3nw%40mail.gmail.com.
