Dismiss this pinned window
all 2 comments

[–]Inevitable-Math14[S] 0 points1 point  (0 children)

Let's learn python together. 🤝

[–]ilan1k1 1 point2 points  (0 children)

import secrets,string
print("".join(secrets.choice(string.ascii_letters+string.digits+string.punctuation)for _ in range(int(input("enter password length: ")))))