Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 83 Bytes

File metadata and controls

9 lines (8 loc) · 83 Bytes

casting

int(str)
float(str)
str(int)
str(float)
'string'.encode()