import Data.Bool main = getLine >>= putStrLn . map (bool '>' '<' . (==('>')))