From be7853738781998db5e6cb408c06a5fe28857004 Mon Sep 17 00:00:00 2001 From: MathiasSchr Date: Thu, 30 Nov 2023 15:14:19 +0100 Subject: [PATCH 1/9] feat(Mathias-Joris):Hello World --- TP-Git.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 TP-Git.py diff --git a/TP-Git.py b/TP-Git.py new file mode 100644 index 0000000..c49362b --- /dev/null +++ b/TP-Git.py @@ -0,0 +1,2 @@ +print("Hello World"); + From d6c31c06de685b4773fefe370406d7a881db587f Mon Sep 17 00:00:00 2001 From: Ereguof Date: Thu, 30 Nov 2023 15:20:26 +0100 Subject: [PATCH 2/9] hello insa --- TP-Git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TP-Git.py b/TP-Git.py index c49362b..d351a31 100644 --- a/TP-Git.py +++ b/TP-Git.py @@ -1,2 +1,2 @@ -print("Hello World"); +print("Hello INSA"); From db5d7500ab7aa97e8e3519207e028eee4932fe9c Mon Sep 17 00:00:00 2001 From: MathiasSchr Date: Thu, 30 Nov 2023 15:27:58 +0100 Subject: [PATCH 3/9] SOustraction --- fonctions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fonctions.py b/fonctions.py index 5306281..d6fc956 100644 --- a/fonctions.py +++ b/fonctions.py @@ -7,7 +7,7 @@ def addition(x, y): def soustraction(x, y): """Retourne la différence de x et y""" - return + return x-y def noms_binome(): From 1e8a743ffe3d737d7cb76476a80d4c1ba71eb5d5 Mon Sep 17 00:00:00 2001 From: Ereguof Date: Thu, 30 Nov 2023 15:28:04 +0100 Subject: [PATCH 4/9] fix(Mathias-Joris) : ajouter addition --- fonctions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fonctions.py b/fonctions.py index d6fc956..412bbed 100644 --- a/fonctions.py +++ b/fonctions.py @@ -2,7 +2,7 @@ def addition(x, y): """Retourne la somme de x et y""" - return + return x+y def soustraction(x, y): From 3b640d976dbcf7a5ce84e8af38ed012d0033e7c2 Mon Sep 17 00:00:00 2001 From: Ereguof Date: Thu, 30 Nov 2023 15:31:26 +0100 Subject: [PATCH 5/9] fix(Mathias-Joris) : ajouter noms_binome --- fonctions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fonctions.py b/fonctions.py index 412bbed..a5993d3 100644 --- a/fonctions.py +++ b/fonctions.py @@ -15,6 +15,7 @@ def noms_binome(): Affiche les noms des membres du binôme Attention, chacun écrit la ligne pour afficher son nom """ + return "Joris" a = 2 From f997f5b6b740da036e1e189de98b4fb6218cf4d6 Mon Sep 17 00:00:00 2001 From: Ereguof Date: Thu, 30 Nov 2023 15:37:22 +0100 Subject: [PATCH 6/9] fix(Mathias-Joris) : ajouter noms_binome2 --- fonctions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fonctions.py b/fonctions.py index a5993d3..0414a2c 100644 --- a/fonctions.py +++ b/fonctions.py @@ -15,7 +15,7 @@ def noms_binome(): Affiche les noms des membres du binôme Attention, chacun écrit la ligne pour afficher son nom """ - return "Joris" + return "Mathias" a = 2 From 059ced498bf51aaa99697c1821cd48857f332e66 Mon Sep 17 00:00:00 2001 From: MathiasSchr Date: Thu, 30 Nov 2023 15:39:48 +0100 Subject: [PATCH 7/9] N --- fonctions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fonctions.py b/fonctions.py index 0414a2c..9ce1eba 100644 --- a/fonctions.py +++ b/fonctions.py @@ -15,7 +15,7 @@ def noms_binome(): Affiche les noms des membres du binôme Attention, chacun écrit la ligne pour afficher son nom """ - return "Mathias" + return "Mat" a = 2 From f21637bf1d4e28aa89b8efbfb67e0abb95c72f0b Mon Sep 17 00:00:00 2001 From: Ereguof Date: Thu, 30 Nov 2023 15:40:14 +0100 Subject: [PATCH 8/9] fix(Mathias-Joris) : ajouter noms_binome3 --- fonctions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fonctions.py b/fonctions.py index 9ce1eba..a5993d3 100644 --- a/fonctions.py +++ b/fonctions.py @@ -15,7 +15,7 @@ def noms_binome(): Affiche les noms des membres du binôme Attention, chacun écrit la ligne pour afficher son nom """ - return "Mat" + return "Joris" a = 2 From f5853ef125760d26a3c8c0844a8b88692e89e1da Mon Sep 17 00:00:00 2001 From: Ereguof Date: Thu, 30 Nov 2023 15:50:22 +0100 Subject: [PATCH 9/9] fix(main) : ajouter noms dans NOMS.txt --- NOMS.txt | 3 ++- TP-Git.py | 2 -- fonctions.py | 2 -- 3 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 TP-Git.py diff --git a/NOMS.txt b/NOMS.txt index b1ec043..93dbe40 100644 --- a/NOMS.txt +++ b/NOMS.txt @@ -1,3 +1,4 @@ Capucine Rahul Alix Romain -Gaspard Ewan \ No newline at end of file +Gaspard Ewan +Joris Mathias \ No newline at end of file diff --git a/TP-Git.py b/TP-Git.py deleted file mode 100644 index d351a31..0000000 --- a/TP-Git.py +++ /dev/null @@ -1,2 +0,0 @@ -print("Hello INSA"); - diff --git a/fonctions.py b/fonctions.py index a5993d3..0198702 100644 --- a/fonctions.py +++ b/fonctions.py @@ -7,7 +7,6 @@ def addition(x, y): def soustraction(x, y): """Retourne la différence de x et y""" - return x-y def noms_binome(): @@ -15,7 +14,6 @@ def noms_binome(): Affiche les noms des membres du binôme Attention, chacun écrit la ligne pour afficher son nom """ - return "Joris" a = 2