Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Odevzdávací Systém MO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Repository
ab5de8e224e13abf283d7c16e2ab5198792ecc8b
Select Git revision
Selected
ab5de8e224e13abf283d7c16e2ab5198792ecc8b
Branches
18
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
Show more breadcrumbs
mo-submit
mo
jobs
submit.py
submit.py
Find file
Blame
Edit
Open in Web IDE
.
Quickly and easily edit multiple files in your project.
Edit single file
Edit this file only.
File actions
Find file
t
Blame
Copy permalink
y
Copy contents
Open raw
Download
3 years ago
ab5de8e2
Lze nahrávat hromadně i odevzdaná řešení
· ab5de8e2
Jan Prachař
authored
3 years ago
ab5de8e2
History
Lze nahrávat hromadně i odevzdaná řešení
Jan Prachař
authored
3 years ago
first-even.py
66 B
1
2
3
4
5
6
i
=
1
while
i
<=
10
:
if
i
%
2
==
0
:
print
(
i
)
i
+=
1