Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Python by moradi ( 5 years ago )
numbers = [['a', 20, 48, 1.36], ['b', 17, 40, 1.20], ['c', 40, 67, 1.63]]
for person in numbers:
print (person)
Revise this Paste