Skip to content

Instantly share code, notes, and snippets.

@pythonhacker
Created January 6, 2026 12:56
Show Gist options
  • Select an option

  • Save pythonhacker/deec9d0045564fb7575b77c53aa10882 to your computer and use it in GitHub Desktop.

Select an option

Save pythonhacker/deec9d0045564fb7575b77c53aa10882 to your computer and use it in GitHub Desktop.
IQ function demo
>>> IQ(65)
'intellectually disabled'
>>> IQ(100)
'average'
>>> IQ(125)
'bright'
>>> IQ(200)
'profoundly gifted/genius'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment