zmiany
This commit is contained in:
5
dzien_03/skrypt_01.py
Normal file
5
dzien_03/skrypt_01.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# generowanie danych jako secrets
|
||||
import secrets as ss
|
||||
|
||||
print(ss.token_urlsafe(20))
|
||||
print(ss.token_hex(20))
|
||||
Reference in New Issue
Block a user