##// END OF EJS Templates
Fix reference to print 'returning' a value
Thomas Kluyver -
Show More
@@ -629,7 +629,7 b' some sort, you can then exit::'
629
629
630 In [2]: exit()
630 In [2]: exit()
631
631
632 Once you exit and print `a`, the value 23 will be returned::
632 Once you exit and print `a`, the value 23 will be shown::
633
633
634
634
635 In: print(a)
635 In: print(a)
General Comments 0
You need to be logged in to leave comments. Login now