str s = ""; if (s=="") print("string s is empty"); if (s!="") print("string s is not empty");