Revision history of "Python: List Operation"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 06:17, 2 February 2017Onnowpurbo talk contribs 191 bytes +191 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/..."