Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rajmishra-47 committed Oct 2, 2022
1 parent 01139bc commit 673c078
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions python/PythonStrings.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# String input
a=input()

print(a.upper())

print(a.lower())

print(a[0])

print(a[len(a)-1])

0 comments on commit 673c078

Please sign in to comment.