So zählen Sie die Anzahl der Stellen in Python und Perl Die Idee von Python ist mathematisch hilfreich
import math
#Ermitteln Sie die Anzahl der Stellen in Daten
data_size = int (math.log10(data) + 1)
# $Holen Sie sich die Anzahl der Ziffern von x
$count = $x =~ tr/0-9/0-9/;
Recommended Posts