Basic Types

The questions below are due on Friday June 14, 2024; 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

164.  
None  
5.47  
-2  
True  
164  

Combinations

-8 <= 10.46439762  
-43 + True  
-54 / 69  
49.129768 - 44  
Next Exercise: Relations and Boolean Expressions
Back to exercises