Skip to content

Instantly share code, notes, and snippets.

@pytholabsbot1
Created February 15, 2019 06:03
Show Gist options
  • Save pytholabsbot1/da23855f136708f3f120a9c4da3b278a to your computer and use it in GitHub Desktop.
Save pytholabsbot1/da23855f136708f3f120a9c4da3b278a to your computer and use it in GitHub Desktop.
outlook = 'overcast,overcast,overcast,overcast,rainy,rainy,rainy,rainy,rainy,sunny,sunny,sunny,sunny,sunny'.split(',')
temp = 'hot,cool,mild,hot,mild,cool,cool,mild,mild,hot,hot,mild,cool,mild'.split(',')
humidity = 'high,normal,high,normal,high,normal,normal,normal,high,high,high,high,normal,normal'.split(',')
windy = 'FALSE,TRUE,TRUE,FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,FALSE,TRUE,FALSE,FALSE,TRUE'.split(',')
play = 'yes,yes,yes,yes,yes,yes,no,yes,no,no,no,no,yes,yes'.split(',')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment