mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
7 lines
118 B
Python
7 lines
118 B
Python
from typing import Literal, LiteralString
|
|
|
|
x: LiteralString = '---'
|
|
m: LiteralString = input()
|
|
if m == '-':
|
|
x = m
|