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
0e78c590f981f3cea39a2aa3d6d00a91266cc373
Select Git revision
Selected
0e78c590f981f3cea39a2aa3d6d00a91266cc373
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
bin
reset-user
reset-user
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
7c563b3e
Odesílání e-mailů přesunuto do samostatného modulu
· 7c563b3e
Martin Mareš
authored
3 years ago
7c563b3e
History
Odesílání e-mailů přesunuto do samostatného modulu
Martin Mareš
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