from typing import Literal, LiteralString x: LiteralString = '---' m: LiteralString = input() if m == '-': x = m