Last active
August 29, 2015 14:04
-
-
Save maluta/b350bf3b82305d585cfe to your computer and use it in GitHub Desktop.
This file contains 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
# 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