Skip to content

Commit a152ae9

Browse files
authored
Updated version and author
1 parent 582c5b4 commit a152ae9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

max_sum_non_neighbours.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
Script doesn't do of the input parameters
77
It takes input from the user
88
'''
9-
9+
__version__="1.0.0"
10+
__author__="Jayaprakash Nevara"
1011

1112
def list_has_negative_numbers_only(num_list):
1213
'''This function checks if the given input list

0 commit comments

Comments
 (0)