<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>minion024</author_name>
  <author_url>https://blog.hatena.ne.jp/minion024/</author_url>
  <blog_title>How to make datas our friends</blog_title>
  <blog_url>https://024minion.hatenablog.jp/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>言語処理100本ノック</anon>
  </categories>
  <description>背景 言語処理100本ノック 2015を今やっているのでその備忘録的なやつ。 やりたいこと 与えられた文字列の各文字を以下の仕様で変換する関数cipherを実装する。 英小文字ならば(219 - 文字コード)の文字に置換 その他の文字はそのまま出力 この関数を用い、英語のメッセージを暗号化・復号化する。 結果 ▼ 関数cipher def cipher (sentense): # 変数を用意 sentenseList = [] result = '' for i in range (0, len(sentense)): # i番目の文字が小文字の場合 if sentense[i].islowe…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2F024minion.hatenablog.jp%2Fentry%2F2017%2F05%2F11%2F230517&quot; title=&quot;Pythonで文字列を文字コードに置換し暗号文化する - How to make datas our friends&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-05-11 23:05:17</published>
  <title>Pythonで文字列を文字コードに置換し暗号文化する</title>
  <type>rich</type>
  <url>https://024minion.hatenablog.jp/entry/2017/05/11/230517</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
