Indefinite Loop for Printing Multiples while loops are how you code indefinite loops in Python: def print_multiples(n, bound): mult = n while mult < bound:.
確定! 回上一頁