I need to change my string to int but my string have dot amd i dont know how
Mystring = "10.00" print(int(Mystring))