Sept. 1, 2011
4:11 p.m.
Wrong list again On Thu, Sep 1, 2011 at 4:10 PM, Christopher King <g.nius.ck@gmail.com>wrote:
------------------------
list = [3,] a = list list[0] = 6 a[0] 3
Slight error in my code. It should be. ------------------------
list = [3,] a = list list[0] = 6 a[0] 6
5460
Age (days ago)
5460
Last active (days ago)
0 comments
1 participants
participants (1)
-
Christopher King