Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Program that displays the number with the greatest amount of factors
Post: RE: Program that displays the number with the grea...

Thanks so much for the answer j.crater! I modified the last repetitive structure: for z in range(1, n+1): maximum = 0 if factor_counter(z) >= factor_counter(n): maximum= z print (...
ilusmd Homework 3 2,842 Nov-01-2018, 05:57 PM
    Thread: Program that displays the number with the greatest amount of factors
Post: Program that displays the number with the greatest...

Hi everyone! I'm trying to make the code of a program that, given a certain number N, prints the number in between 1 and N with the greatest amount of factors. For instance, the program should look...
ilusmd Homework 3 2,842 Nov-01-2018, 03:21 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020