Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TD8
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Tom Bray
TD8
Compare revisions
b8a24cd0b7a7edecd3293195088eb1ed9025cc8d to c4f6e541beead4560438fc42a56424cf54a3f881
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
path/td8
Select target project
No results found
c4f6e541beead4560438fc42a56424cf54a3f881
Select Git revision
Branches
Fail
branche_hello
jeveuxpartirloin
labranchedepindenoecreea1601
main
ne_pas_mettre_un_nom_nul_c_important
origin/hello
test
welcome
9 results
Swap
Target
path/td8
Select target project
path/td8
1 result
b8a24cd0b7a7edecd3293195088eb1ed9025cc8d
Select Git revision
Branches
Fail
branche_hello
jeveuxpartirloin
labranchedepindenoecreea1601
main
ne_pas_mettre_un_nom_nul_c_important
origin/hello
test
welcome
9 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
nouvelle implémentation amélioré 4.0
· 6de157d6
Noé Bertramo
authored
2 years ago
6de157d6
encore mieux 5.0
· c3cbabb8
Noé Bertramo
authored
2 years ago
c3cbabb8
Merge branch 'main' of
https://gitlab.viarezo.fr/path/td8
· c4f6e541
Noé Bertramo
authored
2 years ago
c4f6e541
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
goodbye/goodbye.py
+7
-0
7 additions, 0 deletions
goodbye/goodbye.py
with
7 additions
and
0 deletions
goodbye/goodbye.py
View file @
c4f6e541
...
...
@@ -3,4 +3,11 @@ def goodbye():
print
(
"
Goodbye
"
+
nom
)
def
test
():
# c'est un test
noms
=
[
"
paul
"
,
"
marc
"
,
"
mathieu
"
,
"
luc
"
]
for
element
in
noms
:
print
(
goodbye
(
element
))
goodbye
()
This diff is collapsed.
Click to expand it.