Check with Luhn

The Luhn algorithm is used for quick validation of numeric codes, helping catch accidental digit mistakes. The function valid receives a string card_num and checks it with this algorithm, ignoring spaces. A string with only one digit, or with any characters other than digits and spaces, is invalid.

Примеры

Ввод
"1"
Вывод
False
Ввод
"0"
Вывод
False
Ввод
"059"
Вывод
True

Нужно реализовать

def valid(card_num: str) -> bool:

Теги

stringsmath
PostgreSQLv16

Le résultat de l'exécution du code s'affichera ici

Tests12
Visible tests
Test caché 7
Test caché 8
Test caché 9
Test caché 10
Test caché 11
Test caché 12

They run when you press "Submit" — your whole solution is checked against them so you can't hard-code answers for the visible cases.

Focus radio
Paused · SomaFM · Fluid