Skip to content

Instantly share code, notes, and snippets.

hello = "Hello, this is Python."
py = "Python is fantastic."
rb = "Ruby is my favorite."
q = "OAO a question here !?"
print rb[:5] + hello[4] + rb[15] + hello[-8:-1] + q[-1]
# Additional translations at https://github.com/plataformatec/devise/wiki/I18n
zh-TW:
devise:
confirmations:
confirmed: "您的帳號已通過驗證,現在您已成功登入。"
send_instructions: "您將在幾分鐘後收到一封電子郵件,內有驗證帳號的步驟說明。"
send_paranoid_instructions: "如果我們有您的信箱,您將會收到一封驗證您的帳號的電子郵件。"
failure:
already_authenticated: "您已經登入。"