- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
if "=" in cell_content:
command["relation"] = "eq"
elif "≠" in cell_content or "!=" in cell_content:
command["relation"] = "ne"
elif "<" in cell_content or "<" in cell_content:
command["relation"] = "lt"
elif "≤" in cell_content:
command["relation"] = "le"
elif ">" in cell_content or ">" in cell_content:
command["relation"] = "gt"
elif "≥" in cell_content:
command["relation"] = "ge"
guest # 0
youjin1985 # 0 ⇈