ch01_ex124_prof.py

Created by manuel-2de-indice2019

Created on October 09, 2019

143 Bytes


def rectsympa():
    for l in range(1,1200):
        s=1200*l
        p=2400+2*l
        if s%p==0:
            print(l)