Skip to content

Instantly share code, notes, and snippets.

@maluta
Last active August 29, 2015 14:04
Show Gist options
  • Save maluta/b350bf3b82305d585cfe to your computer and use it in GitHub Desktop.
Save maluta/b350bf3b82305d585cfe to your computer and use it in GitHub Desktop.
# maybe you saw the student making something like
type = 5
len = 4
#restore
from __builtin__ import type
from __builtin__ import len
type(5)
# <type 'int'>
len("@maluta")
# 7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment