diff --git a/cricket_match.py b/cricket_match.py index b6945cc..e43555d 100644 --- a/cricket_match.py +++ b/cricket_match.py @@ -2,3 +2,4 @@ max_run = 33*(n-1)+36 print('max run ',max_run) +print('stop')