+ I'm Mateus Nunes
+ I like code =)
• student of light
• I like diff math, func programming and fast websites 🌐
# thanks for reading ... <3
🪐 someday... I'll find... maybe one day
Pinned Loading
-
-
-
password generator
password generator 1import random
2s = ''
3for i in range(33, 127): s = s + str(chr(i))
4passwordlen = int(input("Informe o tamanho da senha: "))
5s = s * passwordlen
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



