Convert string: to and from string
print int("42"), str(42) # convert from/to string print int("42") + 1 # force addition