Skip to content

Instantly share code, notes, and snippets.

@nisabengisu
Created September 24, 2019 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nisabengisu/86b774ef94f1f4def6667ae7520ca2ef to your computer and use it in GitHub Desktop.
Save nisabengisu/86b774ef94f1f4def6667ae7520ca2ef to your computer and use it in GitHub Desktop.
Input Mono
import random
buyuk_harf = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
kucuk_harf = "abcdefghıjklmnopqrstuvwxyz"
sayılar = "01234567890"
i = sayac = 0
while i != 1 and sayac <= 10000000000000:
i = int(random.choice(sayılar))
count += 1
print("Tamamlandı, %d kez çalıştı.", %count)
print("i, 1, l ve O, 0 benzer olduğu için kafa karıştırıcı mı oldu?")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment