Quick Estimates
This commit is contained in:
3
quickestimate.py
Normal file
3
quickestimate.py
Normal file
@@ -0,0 +1,3 @@
|
||||
n = int(input())
|
||||
for _ in range(n):
|
||||
print(len(input()))
|
||||
Reference in New Issue
Block a user