From 0d0ebece77c556f10b024a5e524cde5db4d860b9 Mon Sep 17 00:00:00 2001 From: Jethro Stapelbroek Date: Tue, 18 Jul 2023 21:41:12 +0200 Subject: [PATCH] Quick Estimates --- quickestimate.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 quickestimate.py diff --git a/quickestimate.py b/quickestimate.py new file mode 100644 index 0000000..a1577f0 --- /dev/null +++ b/quickestimate.py @@ -0,0 +1,3 @@ +n = int(input()) +for _ in range(n): + print(len(input()))