Code Snippet: Changing Character Case

From Coder Merlin
Revision as of 10:11, 5 December 2018 by Chukwuemeka-tinashe (talk | contribs) (Created page with "let string = "For the world is hollow, and I have touched the sky!" print(string.uppercased()) print(string.lowercased())")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

let string = "For the world is hollow, and I have touched the sky!" print(string.uppercased()) print(string.lowercased())