Zum Inhalt springen

Z13474: Unterschid zwische dr Versione

Us Wikifunctions
1cubealot (Diskussion | Byträg)
Added a description
1cubealot (Diskussion | Byträg)
Added type annotations
Zyle 14: Zyle 14:
"Z61K1": "python"
"Z61K1": "python"
},
},
"Z16K2": "def Z13473(Z13473K1):\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 18:33, 28. Feb. 2024

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