From d02007bc795f879903d12a0135873d562b83be5d Mon Sep 17 00:00:00 2001 From: edbjunwang Date: Mon, 13 Jan 2025 17:12:47 +0800 Subject: [PATCH] test: code style --- pycode/main.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pycode/main.py b/pycode/main.py index c5d153d..57f6b87 100644 --- a/pycode/main.py +++ b/pycode/main.py @@ -3,9 +3,14 @@ num1 = 1.5 num2 = 6.3 +# make a very long line to check if pycodestype can detect that... blah blaaaahhh blaahhhh blaaaaaaaaaaaaahhhhhhh blaaaaaaaaaaaahhhh blahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh + # Add two numbers sum = num1 + num2 # Display the sum print('The sum of {0} and {1} is {2}'.format(num1, num2, sum)) +if sum: + print('The sum is not zeor\n') +