The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #193
When it comes to generate random objects for sensitive data, it is recommended to use secrets over random as the randomly generated data is less predictable. (reddit.com/r/learnpython/comments/7w8w6y/what_is_the_diff...)
Which module should be used to generate random objects for sensitive data? (3.6+)
— The Python Quiz (@thepythonquiz) November 19, 2020
secrets
random#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅
Similar questions: