
July 12, 2010
5:45 a.m.
Hi All! def height_diffs(): h = [] i = 0 while True: x = raw_input("Enter height difference ") if x == 'q': break else: h.append(x) i = i + 1 m = asarray(h,dtype=float) return m why does return statement return nothing?

5440
Age (days ago)
5440
Last active (days ago)
1 comments
2 participants
participants (2)
-
allan oware
-
Scott Sinclair