Run »
×
Change Orientation
print(bool("abc")) print(bool(123)) print(bool(["apple", "cherry", "banana"]))
True
True
True
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit