SFM61319
SFM61319
CC#
Created by wfsec on 1/23/2023 in #help
❔ please hwlp whats the python equilevant >:(
Hmmm, i thot giving the answer straight away and getting it over with would be better than them spamming even more for help
20 replies
CC#
Created by wfsec on 1/23/2023 in #help
❔ please hwlp whats the python equilevant >:(
np
20 replies
CC#
Created by wfsec on 1/23/2023 in #help
❔ please hwlp whats the python equilevant >:(
Try it once
20 replies
CC#
Created by wfsec on 1/23/2023 in #help
❔ please hwlp whats the python equilevant >:(
?
20 replies
CC#
Created by wfsec on 1/23/2023 in #help
❔ please hwlp whats the python equilevant >:(
import random

str_ = '0'
chars = 'ABCDEF0123456789'
str_ += ''.join([random.choice(chars) for _ in range(31)])
import random

str_ = '0'
chars = 'ABCDEF0123456789'
str_ += ''.join([random.choice(chars) for _ in range(31)])
20 replies