## casting ```python int(str) float(str) str(int) str(float) 'string'.encode() ```