Python Forum
Trying to cycle through a list of charcters
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trying to cycle through a list of charcters
#7
So basically you are trying to bruteforce all possible permutations with repetitions of 20 chars out of 64 (also called partial permutations, variations, arrangements)? these are 64**20 words (1329227995784915872903807060280344576)
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
RE: Trying to cycle through a list of charcters - by buran - Sep-28-2020, 05:54 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Writing a cycle to find the nearest point from the array Tysrusko 0 191 May-10-2024, 11:49 AM
Last Post: Tysrusko
  Need to fix SyntaxError in cycle try alexfrol86 14 3,296 Mar-27-2022, 07:53 AM
Last Post: stevendaprano
  add Escape charcters in string GrahamL 3 1,226 Jan-20-2022, 01:15 PM
Last Post: GrahamL
  <while> cycle is not interrupted when using the <random>module ShityCoder 3 2,247 Sep-04-2020, 04:05 PM
Last Post: ShityCoder
  Cycle of numpy variables Zero01 0 1,586 Jul-31-2020, 11:58 AM
Last Post: Zero01
  stop cycle while windows11 1 2,072 May-16-2020, 03:17 PM
Last Post: deanhystad
  Occurrences using FOR and IF cycle P86 2 2,569 Jul-29-2019, 04:37 PM
Last Post: ThomasL
  pool map cycle skorost5 5 3,902 Apr-07-2019, 09:21 AM
Last Post: skorost5
  lifetime cycle counter Ixxxxxx 0 2,524 Mar-07-2018, 07:26 PM
Last Post: Ixxxxxx

Forum Jump:

User Panel Messages

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