hi i need help making a four digit code cracker with random here is my code if you have any idea to help me:
from random import * code_user = "2344" print (code) if code == code_user: print ("this is the code! + code_user")can you help me?
