Skip to content

Instantly share code, notes, and snippets.

@sinansh
Created June 30, 2017 08:34
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 sinansh/f4cb65cb09778075c2257ee7f44d808d to your computer and use it in GitHub Desktop.
Save sinansh/f4cb65cb09778075c2257ee7f44d808d to your computer and use it in GitHub Desktop.
LYK Python/Django kursu başvuru formu
i=0
while(i<10):
if (i < 5) and not(i % 2):
print(i)
elif not(i % 3):
print(i * i)
i+=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment