string micropython ke int

//STRING TO INT:
  
a = "5"
a = int(a)
Lively Lemur