<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>fanta_orange_grape</author_name>
  <author_url>https://blog.hatena.ne.jp/fanta_orange_grape/</author_url>
  <blog_title>AIうぉ－－！(ai-wo-katsuyo-shitai !)</blog_title>
  <blog_url>https://ai-de-seikei.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>ChatGPTによるdeepcopy自作 こんなコードを作ってくれた。 import copy def deep_copy(obj): if isinstance(obj, list): return [deep_copy(item) for item in obj] elif isinstance(obj, dict): return {key: deep_copy(value) for key, value in obj.items()} else: return copy.copy(obj) なぞ このようなやり方があるようなのだが。。。 なんで、それを知っていて、それが提供できるのか、…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fai-de-seikei.hatenablog.com%2Fentry%2F2023%2F10%2F07%2F124244&quot; title=&quot;ChatGPTにpyhonのdeepcopyを自作してもらった。なんで、こんなのを作ることが可能なんだろう。。。 - AIうぉ－－！(ai-wo-katsuyo-shitai !)&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>2023-10-07 12:42:44</published>
  <title>ChatGPTにpyhonのdeepcopyを自作してもらった。なんで、こんなのを作ることが可能なんだろう。。。</title>
  <type>rich</type>
  <url>https://ai-de-seikei.hatenablog.com/entry/2023/10/07/124244</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
