Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Examen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
LE GRAND Maxime
Examen
Compare revisions
08be8930d8a39a6d4165cbe4e939f0efd1dda56b to 7c04c49a3c9bba0b38188a2ff9249ac750033d7e
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
l19010002/examen
Select target project
No results found
7c04c49a3c9bba0b38188a2ff9249ac750033d7e
Select Git revision
Loading items
Swap
Target
l19010002/examen
Select target project
l19010002/examen
1 result
08be8930d8a39a6d4165cbe4e939f0efd1dda56b
Select Git revision
Loading items
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source
2
q1 pour essayer de refaire un ordre
· e7de662d
Maxime Le Grand
authored
6 months ago
e7de662d
jussqu'a question 7 à peine commencer
· 7c04c49a
Maxime Le Grand
authored
6 months ago
7c04c49a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
main.py
+1
-1
1 addition, 1 deletion
main.py
with
1 addition
and
1 deletion
main.py
View file @
7c04c49a
...
...
@@ -7,6 +7,7 @@ class TabletteChocolat:
def
__init__
(
self
,
m
,
n
):
self
.
m
=
m
#nombre de ligne
self
.
n
=
n
#nombre de colonne
try
:
type
(
m
,
n
)
==
int
()
except
:
...
...
@@ -53,4 +54,3 @@ class TabletteChocolat:
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.