hm
This commit is contained in:
parent
c24d509002
commit
cb68c81883
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
|
import sys
|
||||||
import re
|
import re
|
||||||
|
|
||||||
def is_number(test):
|
def is_number(test):
|
||||||
@ -11,7 +11,5 @@ def is_number(test):
|
|||||||
else:
|
else:
|
||||||
return "no"
|
return "no"
|
||||||
|
|
||||||
x = input()
|
for line in sys.stdin:
|
||||||
while x:
|
print(is_number(line))
|
||||||
print(is_number(x))
|
|
||||||
x = input()
|
|
||||||
|
Loading…
Reference in New Issue
Block a user