From 8343b44c8d8bd0581fe4b2b6881a6477190c34e8 Mon Sep 17 00:00:00 2001 From: Jethro Stapelbroek Date: Mon, 16 Oct 2023 21:07:55 +0200 Subject: [PATCH] =?UTF-8?q?=C3=93vissa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ovissa.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ovissa.py diff --git a/ovissa.py b/ovissa.py new file mode 100644 index 0000000..b34d6e1 --- /dev/null +++ b/ovissa.py @@ -0,0 +1,2 @@ +s = input().strip() +print(len(s))