summaryrefslogtreecommitdiffstats
path: root/1.py
diff options
context:
space:
mode:
Diffstat (limited to '1.py')
-rw-r--r--1.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/1.py b/1.py
index fa5fdd5..024c501 100644
--- a/1.py
+++ b/1.py
@@ -1,6 +1,6 @@
-from sys import stdin
-from itertools import chain
import re
+from itertools import chain
+from sys import stdin
nums = {
"zero": 0,