Skip to content

Instantly share code, notes, and snippets.

@iisaka51
Created October 25, 2022 05:01
Show Gist options
  • Save iisaka51/6184ec43e8e6b28e6564a4cde917f661 to your computer and use it in GitHub Desktop.
Save iisaka51/6184ec43e8e6b28e6564a4cde917f661 to your computer and use it in GitHub Desktop.
iList hashable
In [60]: hash(i1)
Out[60]: -3783003762566077833
In [61]: d = { i1: 'happy'}
In [62]: d
Out[62]: {iList([1, 2, 3]): 'happy'}
In [63]:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment