profile-img
Python Coding

@clcoding

Learn #python tips and tricks with code I
https://t.co/dPBQ8F1jy3
https://t.co/myf5inyx8Q
Email : [email protected]

calendar_today31-10-2020 15:49:39

6,3K Tweets

372,2K Followers

53 Following

Python Coding(@clcoding) 's Twitter Profile Photo

What is the output of following Python code?

empty_list = []
empty_string = ''
empty_tuple = ()

is_none1 = empty_list is None
is_none2 = empty_string is None
is_none3 = empty_tuple is None

print(is_none1, is_none2, is_none3)

account_circle