Skip to content

Instantly share code, notes, and snippets.

@nisabengisu
Created September 24, 2019 20:19
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/079fb9e4c7f1408d1535b46c65249da5 to your computer and use it in GitHub Desktop.
Save nisabengisu/079fb9e4c7f1408d1535b46c65249da5 to your computer and use it in GitHub Desktop.
FiraFlott
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