Zum Inhalt springen

Z13474: Unterschid zwische dr Versione

Us Wikifunctions
Keine Bearbeitungszusammenfassung
Converting reference to programming language to use an ID
Zyle 10: Zyle 10:
"Z14K3": {
"Z14K3": {
"Z1K1": "Z16",
"Z1K1": "Z16",
"Z16K1": {
"Z16K1": "Z610",
"Z1K1": "Z61",
"Z61K1": "python"
},
"Z16K2": "def Z13473(Z13473K1: str | int) -\u003E str:\n\tZ13473K1 = str(Z13473K1) # So that ints and strs work\n\t\n\tif not Z13473K1.isdigit(): raise TypeError # Makes sure that all characters are numbers\n\t\n\tZ13473K1 = list(Z13473K1) # so that we can use .insert() method\n\t\n\tif len(Z13473K1) \u003C= 3: return ''.join(Z13473K1) # if it is too short, do nothing\n\t\n\tfor i in range(len(Z13473K1)-3, 0, -3): # Go through the characters\n\t\tZ13473K1.insert(i, ',') # insert the commas\n\t\t\n\treturn ''.join(Z13473K1) # return"
"Z16K2": "def Z13473(Z13473K1: str | int) -\u003E str:\n\tZ13473K1 = str(Z13473K1) # So that ints and strs work\n\t\n\tif not Z13473K1.isdigit(): raise TypeError # Makes sure that all characters are numbers\n\t\n\tZ13473K1 = list(Z13473K1) # so that we can use .insert() method\n\t\n\tif len(Z13473K1) \u003C= 3: return ''.join(Z13473K1) # if it is too short, do nothing\n\t\n\tfor i in range(len(Z13473K1)-3, 0, -3): # Go through the characters\n\t\tZ13473K1.insert(i, ',') # insert the commas\n\t\t\n\treturn ''.join(Z13473K1) # return"
}
}

Version vo 16:18, 22. Mei 2024

Diese Seite wird ohne JavaScript nur in eingeschränkter Weise angezeigt.