<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>CortYuming</author_name>
  <author_url>https://blog.hatena.ne.jp/CortYuming/</author_url>
  <blog_title>牌語備忘録 -pygo</blog_title>
  <blog_url>https://cortyuming.hateblo.jp/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>その他、ランダムにロトシックスの数字を何個か選ぶ関数とか、宝くじネットで抽選結果の番号をコピーすると全角数字とか混じるので成形する関数とかも。 #!/usr/bin/env python # *-# -*- coding: utf-8 -*- import re import random def choice_loto_six_number(): #ランダムにロト6の数字を選ぶ return sorted(random.sample(range(1, 43 + 1), 6)) def choice_several_loto_six(num): #ランダムにロト6の数字を何口か選ぶ retur…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcortyuming.hateblo.jp%2Fentry%2F20091021%2Fp1&quot; title=&quot;何個かロト6を買った時に抽選結果番号を確認するのが面倒だからPythonでスクリプト書いてみた。 - 牌語備忘録 -pygo&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>2009-10-21 00:00:00</published>
  <title>何個かロト6を買った時に抽選結果番号を確認するのが面倒だからPythonでスクリプト書いてみた。</title>
  <type>rich</type>
  <url>https://cortyuming.hateblo.jp/entry/20091021/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
