Warning: Undefined array key "enable_lazyload_videos" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/reco-functions.php on line 129
python ile rasgele sifre uretmek – 2 – Murat Uğur Eminoğlu
Warning: Undefined array key "custom_scripts" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 48

Press enter to see results or esc to cancel.

python ile rasgele sifre uretmek – 2

Merhaba, daha kisa ve oz hali asagidaki gibi.
import random
import string
def rasgele (kac):
    karakterler = string.ascii_letters + string.punctuation + string.digits
    rand = (random.sample(karakterler, kac))
    print(*rand, sep="")

rasgele(20)

Warning: Undefined array key "custom_scripts_footer" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 58