Skip to content
Snippets Groups Projects
Commit 988e3092 authored by aslesha's avatar aslesha
Browse files

Add new file

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