Paul Sokolovsky
11 years ago
2 changed files with 6 additions and 1 deletions
@ -0,0 +1,5 @@ |
|||||
|
import sys |
||||
|
print(callable(1)) |
||||
|
print(callable("dfsd")) |
||||
|
print(callable(callable)) |
||||
|
print(callable(sys)) |
Loading…
Reference in new issue