From fed4b30e9b8985bb6708878fa263a2acf90bcb7f Mon Sep 17 00:00:00 2001 From: Zachariah Prajeeyachat Date: Fri, 26 Nov 2021 19:28:43 +0700 Subject: [PATCH] add the new comment --- 3x+1.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/3x+1.py b/3x+1.py index 6d4997f..021bb38 100644 --- a/3x+1.py +++ b/3x+1.py @@ -29,4 +29,7 @@ pass else: plt.show() - break \ No newline at end of file + break + + + #this is the new comment \ No newline at end of file