Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: repeating for loop
Post: repeating for loop

Hello guys, Is there any command for repeating for cycle? I need to have done list of numbers that do not repeat... z=[] for i in range(15): number=random.randint(0,99) if number not in z: ...
Kaldesyvon General Coding Help 5 3,877 Dec-06-2018, 07:23 PM

User Panel Messages

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