Skip to content

Commit 339092d

Browse files
committed
string input tried and works
1 parent 6917ba9 commit 339092d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check whether the string is Symmetrical or Palindrome.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ def symmetry(a):
4848
else:
4949
print("The entered string is not symmetrical")
5050

51-
string = 'amaama'
51+
string = 'abccba'
5252
palindrome(string)
5353
symmetry(string)

0 commit comments

Comments
 (0)