Basic Types

The questions below are due on Sunday June 22, 2025; 10:00:00 PM.
 
You are not logged in.

Please Log In for full access to the web site.
Note that this link will take you to an external site (https://shimmer.mit.edu) to authenticate, and then you will be redirected back to this page.
For each of the expressions below, select the appropriate type. Feel free to try running the code in Python and use the `type(x)` function to double-check your intuition!
Link to relevant section of reading

Primitives

None  
366.  
3.11  
-10  
366  
True  

Combinations

-2 < -38.64044688  
-35 / 54  
91.320711 - 19  
54 + True  
Next Exercise: Relations and Boolean Expressions
Back to exercises