Skip to content

Commit e9dd5fe

Browse files
authored
Add files via upload (#13)
LGTM! 👍
1 parent 30e953a commit e9dd5fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

practice8.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#EXERCISE 8 - Sorting a string
2+
3+
str= input("Enter any string to be sorted :")
4+
sorted_str=sorted(str)
5+
print(sorted_str)

0 commit comments

Comments
 (0)