Konvertieren Sie das String -Array in Ganzzahl Python

desired_array = [int(numeric_string) for numeric_string in current_array]
Zany Zebra