?? ??? ?? ??
?? | ?? |
int(x [,base ]) | x? ??? ?? |
float(x) | x? ?? ??? ??? ?? |
complex(real [,imag ]) | ??? ??? |
str(x ) | ?? x? ???? ?? |
repr(x ) | ?? ?? ????? ??? Python ???? ???? ?? |
tuple? ???? ? ?????. (s ) | ??? s? ??? ?? |
list(s ) | ??? s? A ???? ?? |
chr(x ) | ??? ??? ?? |
unichr(x) ) | ??? ???? ??? ?? |
ord(x ) | ?? ?? ?? ?? ?? ??? 16?? ???? ?? |
hex(x ) | |
oct(x) | ??? 8?? ???? ?? |
??: Python 3?? ?? ?? int? ??? ???, ?? ? ??? ???? Python2?? Long? ????.