Created
January 6, 2026 12:56
-
-
Save pythonhacker/deec9d0045564fb7575b77c53aa10882 to your computer and use it in GitHub Desktop.
IQ function demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| >>> 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