Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Empty String
Python Code Challenge
44 -
Write a program that checks if a given string is empty, and outputs True if it is empty and False if it isn't.
Python
Booleans
If Statements