Untitled
unknown
plain_text
a year ago
105 B
5
Indexable
A = int(input())
if A % 2 == 0:
dvojica = A + 1
else:
dvojica = A - 1
print(dvojica)Editor is loading...
Leave a Comment
A = int(input())
if A % 2 == 0:
dvojica = A + 1
else:
dvojica = A - 1
print(dvojica)