79507913

Date: 2025-03-14 00:20:50
Score: 2
Natty:
Report link

I'm still getting a memory limit when it is updated to 64 bit. Im running a simple yet resource intensive program

characters = ["~","!","@","#","$","%","^","&","*","(",")","_","+","`","1","2","3","4","5","6","7","8","9","0","-","=","Q","W","E","R","T","Y","U","I","O","P","{","}","|","q","w","e","r","t","y","u","i","o","p","[","]",'1"backslash"2"key"3"eight"4"characters"5"long"',"A","S","D","F","G","H","J","K","L",":",'"',"a","s","d","f","g","h","j","k",";","'","Z","X","C","V","B","N","M","<",">","?","z","x","c","v","b","n","m",",",".","/"," "]

This is the list I'm using

it uses itertools to create 94^8 characters yet I would like to give python more memory to work with. This memory being a lot more memory. Do any of you know how to use the resource command or any other commands that can help me with this?

This is the last line of the code: print(combinations)

the combinations is the 94^8 (I'm not really sure if it is 94 or 93 since the list is very long. Don't mind the backslash bit in the list. It just represents the backslash character).

Reasons:
  • Blacklisted phrase (1): help me
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Python Learner