Skip to content

Commit fe61638

Browse files
authored
Update hello.py
1 parent 0100138 commit fe61638

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hello.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ def triangle(s1, s2, s3):
2121

2222

2323
if __name__ == '__main__':
24-
sys.exit(return 0)
24+
sys.exit(0)

0 commit comments

Comments
 (0)