Files
2025_12_15_python/dzien_03/skrypt_01.py

5 lines
107 B
Python

# generowanie danych jako secrets
import secrets as ss
print(ss.token_urlsafe(20))
print(ss.token_hex(20))