From 0c44f0099d1e38b4e74be1496b24e6a2795f74f5 Mon Sep 17 00:00:00 2001 From: kosayoda Date: Thu, 15 Apr 2021 14:22:05 +0800 Subject: Add Python guide assets. --- pydis_site/static/images/content/discordpy_embed.webp | Bin 0 -> 18262 bytes .../images/content/mutability/hello_gets_eaten.png | Bin 0 -> 17229 bytes .../images/content/mutability/hello_gets_eaten.webp | Bin 0 -> 8160 bytes .../content/mutability/s_gets_assigned_to_HELLO.png | Bin 0 -> 11615 bytes .../content/mutability/s_gets_assigned_to_HELLO.webp | Bin 0 -> 5670 bytes .../static/images/content/mutability/s_refers_hello.png | Bin 0 -> 8216 bytes .../images/content/mutability/s_refers_hello.webp | Bin 0 -> 3890 bytes .../images/content/mutability/s_upper_creates_HELLO.png | Bin 0 -> 10536 bytes .../content/mutability/s_upper_creates_HELLO.webp | Bin 0 -> 5184 bytes 9 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 pydis_site/static/images/content/discordpy_embed.webp create mode 100644 pydis_site/static/images/content/mutability/hello_gets_eaten.png create mode 100644 pydis_site/static/images/content/mutability/hello_gets_eaten.webp create mode 100644 pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.png create mode 100644 pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.webp create mode 100644 pydis_site/static/images/content/mutability/s_refers_hello.png create mode 100644 pydis_site/static/images/content/mutability/s_refers_hello.webp create mode 100644 pydis_site/static/images/content/mutability/s_upper_creates_HELLO.png create mode 100644 pydis_site/static/images/content/mutability/s_upper_creates_HELLO.webp (limited to 'pydis_site') diff --git a/pydis_site/static/images/content/discordpy_embed.webp b/pydis_site/static/images/content/discordpy_embed.webp new file mode 100644 index 00000000..2216887c Binary files /dev/null and b/pydis_site/static/images/content/discordpy_embed.webp differ diff --git a/pydis_site/static/images/content/mutability/hello_gets_eaten.png b/pydis_site/static/images/content/mutability/hello_gets_eaten.png new file mode 100644 index 00000000..08e9f2cb Binary files /dev/null and b/pydis_site/static/images/content/mutability/hello_gets_eaten.png differ diff --git a/pydis_site/static/images/content/mutability/hello_gets_eaten.webp b/pydis_site/static/images/content/mutability/hello_gets_eaten.webp new file mode 100644 index 00000000..0d0b866f Binary files /dev/null and b/pydis_site/static/images/content/mutability/hello_gets_eaten.webp differ diff --git a/pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.png b/pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.png new file mode 100644 index 00000000..5f2baf0d Binary files /dev/null and b/pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.png differ diff --git a/pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.webp b/pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.webp new file mode 100644 index 00000000..a0cd7a83 Binary files /dev/null and b/pydis_site/static/images/content/mutability/s_gets_assigned_to_HELLO.webp differ diff --git a/pydis_site/static/images/content/mutability/s_refers_hello.png b/pydis_site/static/images/content/mutability/s_refers_hello.png new file mode 100644 index 00000000..59d84211 Binary files /dev/null and b/pydis_site/static/images/content/mutability/s_refers_hello.png differ diff --git a/pydis_site/static/images/content/mutability/s_refers_hello.webp b/pydis_site/static/images/content/mutability/s_refers_hello.webp new file mode 100644 index 00000000..efed70d6 Binary files /dev/null and b/pydis_site/static/images/content/mutability/s_refers_hello.webp differ diff --git a/pydis_site/static/images/content/mutability/s_upper_creates_HELLO.png b/pydis_site/static/images/content/mutability/s_upper_creates_HELLO.png new file mode 100644 index 00000000..6aa1e8d3 Binary files /dev/null and b/pydis_site/static/images/content/mutability/s_upper_creates_HELLO.png differ diff --git a/pydis_site/static/images/content/mutability/s_upper_creates_HELLO.webp b/pydis_site/static/images/content/mutability/s_upper_creates_HELLO.webp new file mode 100644 index 00000000..6c772b19 Binary files /dev/null and b/pydis_site/static/images/content/mutability/s_upper_creates_HELLO.webp differ -- cgit v1.2.3