Skip to content
Snippets Groups Projects
Commit 776fd635 authored by Pravesh's avatar Pravesh
Browse files

lab2 after eval

parent 5e15dfeb
Branches
No related tags found
No related merge requests found
str1=input("Enter a string")
if len(str1) % 4 == 0:
return ''.join(reversed(str1))
print(str1)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment