How to make a dictionary list contains strings and integers to help for brut forcing in domain pentes ting red wifi for example? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

How to make a dictionary list contains strings and integers to help for brut forcing in domain pentes ting red wifi for example?

29th Nov 2016, 11:24 PM
mohammed faijel
mohammed faijel - avatar
2 Respuestas
+ 1
in ruby you has Hash class you can create a hash like a dictionary in python a = {a: 10, b: "h"} # hash with symbol keys a = {"a" => 10, "b" => "h"} # hash with string keys
1st Jan 2017, 2:12 PM
George Moura
George Moura - avatar
0
thnx.
11th Jan 2017, 11:31 PM
mohammed faijel
mohammed faijel - avatar