You are viewing a single comment's thread. Return to all comments →
by the way in your for loop you didn't use the "i" variable so you can enhance your code like this
for _ in range(int(input())): ...
Seems like cookies are disabled on this browser, please enable them to open this website
Set .discard(), .remove() & .pop()
You are viewing a single comment's thread. Return to all comments →
by the way in your for loop you didn't use the "i" variable so you can enhance your code like this