<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tmg1998</author_name>
  <author_url>https://blog.hatena.ne.jp/tmg1998/</author_url>
  <blog_title>TIL</blog_title>
  <blog_url>https://tmg0525.hatenadiary.jp/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>言語処理100本ノック 2015</anon>
  </categories>
  <description>与えられた文字列の各文字を，以下の仕様で変換する関数cipherを実装せよ． - 英小文字ならば(219 - 文字コード)の文字に置換 - その他の文字はそのまま出力 この関数を用い，英語のメッセージを暗号化・復号化せよ． 回答 #!/bin/usr/env python ''' # 08. 暗号文 与えられた文字列の各文字を，以下の仕様で変換する関数cipherを実装せよ． - 英小文字ならば(219 - 文字コード)の文字に置換 - その他の文字はそのまま出力 この関数を用い，英語のメッセージを暗号化・復号化せよ． ''' import re def chipher(clearText):…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftmg0525.hatenadiary.jp%2Fentry%2F2017%2F11%2F03%2F092749&quot; title=&quot;08. 暗号文 - TIL&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-11-03 09:27:49</published>
  <title>08. 暗号文</title>
  <type>rich</type>
  <url>https://tmg0525.hatenadiary.jp/entry/2017/11/03/092749</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
