Python: List Operation

From OnnoWiki
Revision as of 06:17, 2 February 2017 by Onnowpurbo (talk | contribs) (Created page with "==declare== list1 = ['physics', 'chemistry', 1997, 2000]; list2 = [1, 2, 3, 4, 5 ]; list3 = ["a", "b", "c", "d"] ==Referensi== * https://www.tutorialspoint.com/python/...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

declare

list1 = ['physics', 'chemistry', 1997, 2000];
list2 = [1, 2, 3, 4, 5 ];
list3 = ["a", "b", "c", "d"]


Referensi