Advertisement
neel_niloy

WE2

Feb 19th, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. x = "AAAbbbbRRRaaaaKaaaDabra"
  2. y = x.upper()
  3. print("Uppercase : "+y)
  4. z = x.lower()
  5. print("Lowercase : "+z)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement