MCPcopy Create free account
hub / github.com/Mrinank-Bhowmick/python-beginner-projects / otpGen.py

File otpGen.py

projects/Otp_Generator/otpGen.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import random
2
3# s_char for small letters
4s_char = "abcdefghijklmnopqrstuvwxyz"

Callers

nothing calls this directly

Calls 1

OtpClass · 0.70

Tested by

no test coverage detected