From df634397cdbcc99edf80e712f2a80e8ef69890c6 Mon Sep 17 00:00:00 2001 From: "tom.betrisey" <tom.betrisey@etu.hesge.ch> Date: Thu, 23 Apr 2020 15:56:34 +0200 Subject: [PATCH] Update ScriptPython.py --- ScriptPython.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ScriptPython.py b/ScriptPython.py index 33a8bfa..4d92481 100644 --- a/ScriptPython.py +++ b/ScriptPython.py @@ -8,4 +8,5 @@ Created on Thu Apr 23 10:20:09 2020 print("Hello World") print("Modification 1") print("Modification 2") -print("Modification 3") \ No newline at end of file +print("Modification 3") +print("Modification 4") \ No newline at end of file -- GitLab