Polydivisible number: Difference between revisions

Content deleted Content added
m Programming example: adding necessary import "from typing import List" or this code will throw an error
Tag: possible vandalism
No edit summary
Tags: Reverted possible vandalism
Line 314:
<syntaxhighlight lang="python">
from typing import List
from math import truc
 
 
def find_polydivisible(base: int) -> List[int]: