Skip to content

Commit

Permalink
Updated version and author
Browse files Browse the repository at this point in the history
jpshivakavi authored May 10, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 582c5b4 commit a152ae9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion max_sum_non_neighbours.py
Original file line number Diff line number Diff line change
@@ -6,7 +6,8 @@
Script doesn't do of the input parameters
It takes input from the user
'''

__version__="1.0.0"
__author__="Jayaprakash Nevara"

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

0 comments on commit a152ae9

Please sign in to comment.