4/9/2020 11:47:44 PM

Cast a string as an int.

file_size_string = "123" file_size_int = int(file_size_string)