Quick Estimates

This commit is contained in:
2023-07-18 21:41:12 +02:00
parent ef9eb28323
commit 0d0ebece77

3
quickestimate.py Normal file
View File

@@ -0,0 +1,3 @@
n = int(input())
for _ in range(n):
print(len(input()))