# Empty stringssomeEmptyString = ""anotherEmptyString = str("")if not anotherEmptyString: print("string is empty")