以下のコードの空欄に入る適切な比較演算子はどれですか? ```python username = "guest" if username ______ "admin": print("一般ユーザーです") ```