You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw one of your hacker rank Set .discard(), .remove() & .pop() code.
In that look at the last line "print sum(list(s))" the "(" is missing.It should be "print(sum(list(s)))"
Thank You.
The text was updated successfully, but these errors were encountered:
I saw one of your hacker rank Set .discard(), .remove() & .pop() code.
In that look at the last line "print sum(list(s))" the "(" is missing.It should be "print(sum(list(s)))"
Thank You.
The text was updated successfully, but these errors were encountered: