--
You received this message because you are subscribed to the Google Groups "uic-mcs260-s13" group.
To unsubscribe from this group and stop receiving emails from it, send an email to uic-mcs260-s1...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
L = [3.4, 6.7, 9.9]M = [2.2, 9.9, -5.4]for i in L:print M[i]
--
list -> list
list, int, int -> None
list -> None