Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: <while> cycle is not interrupted when using the <random>module
Post: RE: <while> cycle is not interrupted when using th...

Thank you for assistance, i solved the problem as bellow: import random str_org = "ABC" arr = ['A', 'B', 'C'] str_pat = [] result="" count = 0 while result != str_org: for i in range(len(arr)...
ShityCoder General Coding Help 3 2,170 Sep-04-2020, 04:05 PM
    Thread: Idle and pycharm problem
Post: RE: Idle and pycharm problem

File -> Settings -> Project -> Python Interpreter pres '+' -> find your module -> install yor pip if not help try change Python Interpreter in menu before you click "+"
ShityCoder General Coding Help 3 2,347 Sep-04-2020, 07:32 AM
    Thread: <while> cycle is not interrupted when using the <random>module
Post: <while> cycle is not interrupted when using the <r...

Hello everyone, idea to count how many attempts module random takes before <==> to original string unfortunatelly <while> not interrupted(((( import random str_org = "ABC" arr = ['A', 'B'...
ShityCoder General Coding Help 3 2,170 Sep-04-2020, 07:25 AM

User Panel Messages

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