Guest User

Untitled

a guest
Jun 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. data = [
  2. ["sepal length","sepal width", "petal length", "petal width", "iris"],
  3. ["c", "c", "c", "c", "d"],
  4. ["", "", "", "", "class"],
  5. ["5.1", "3.5", "1.4", "0.2", "Iris-setosa"]
  6. ]
Add Comment
Please, Sign In to add comment