Skip to content
Snippets Groups Projects
Commit d7f7246a authored by Vivin Balaji K S 's avatar Vivin Balaji K S
Browse files

Upload New File

parent a5b0d544
No related branches found
No related tags found
No related merge requests found
Pipeline #115 canceled
def reve(a):
if len(a)%4==0:
print(a[::-1])
else:
print(a)
a=input()
reve(a)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment