Skip to content

Instantly share code, notes, and snippets.

@filipgorczynski
Created April 20, 2018 06:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filipgorczynski/a726ec6e8753eb0689d963e702000dd9 to your computer and use it in GitHub Desktop.
Save filipgorczynski/a726ec6e8753eb0689d963e702000dd9 to your computer and use it in GitHub Desktop.
# https://pl.wikipedia.org/wiki/Pangram
pangram = "pChNąĆ w Tę łÓdŹ jEżA lUb OśM sKrZyŃ fIg"
print(pangram.capitalize())
print(pangram.casefold())
print(pangram.title())
print(pangram.upper())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment