use the type function! >>> s = 'test' >>> i = 25 >>> type(s) <type 'str'> >>> type(i) <type 'int'>
-- http://mail.python.org/mailman/listinfo/python-list
use the type function! >>> s = 'test' >>> i = 25 >>> type(s) <type 'str'> >>> type(i) <type 'int'>
-- http://mail.python.org/mailman/listinfo/python-list