Polydivisible number: Difference between revisions

Content deleted Content added
Undid revision 1092597338 by CaféBuzz (talk) I didn't aim to save this change, just get the incorrect vandalism tag
Line 316:
 
 
def find_polydivisible(base: int) -> Listlist[int]:
"""Find polydivisible number."""
numbers = []