PREMIUM LOGIN

ClassTools Premium membership gives access to all templates, no advertisements, personal branding and many other benefits!
 

Username:    
Password:    
Submit Cancel

 

Not a member?

JOIN NOW!

 
New EditShare

Python Data Types

Drag and Drop the items in the right-hand column into the correct order. You can also create your own | view a sample.

  • "hello world"
  • 4
  • 2.23
  • True
  • None
  • [1, 2, 3]
  • (1, 2, 3)
  • {"name": "Mimi", "age": 10}
  • {2, 4, 6}
  • tuple
  • bool
  • dict
  • list
  • NoneType
  • int
  • str
  • set
  • float