Skip to content
Snippets Groups Projects
Select Git revision
  • ab5de8e224e13abf283d7c16e2ab5198792ecc8b
  • devel default
  • master
  • fo
  • jirka/typing
  • fo-base
  • mj/submit-images
  • jk/issue-96
  • jk/issue-196
  • honza/add-contestant
  • honza/mr7
  • honza/mrf
  • honza/mrd
  • honza/mra
  • honza/mr6
  • honza/submit-images
  • honza/kolo-vs-soutez
  • jh-stress-test-wip
  • shorten-schools
19 results

submit.py

Blame
  • first-even.py 66 B
    i = 1
    while i <= 10:
        if i%2 == 0:
            print(i)
        i += 1