how to check a set is empty in python
s = set()
if len(s) == 0:
print('Empty')
else:
print('Not empty')
how to check a set is empty in python
s = set()
if len(s) == 0:
print('Empty')
else:
print('Not empty')
python check set empty
set_variable == set() # return True if set_variable is an empty set
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us