hm
This commit is contained in:
parent
e19b2a63be
commit
77cccc32b8
@ -9,11 +9,11 @@ def is_number(test):
|
|||||||
if result:
|
if result:
|
||||||
test = test.split(' ')
|
test = test.split(' ')
|
||||||
if(len(test[0])<2 or len(test[1])<2):
|
if(len(test[0])<2 or len(test[1])<2):
|
||||||
return "<NONE>"
|
return "<NONE>"
|
||||||
else:
|
else:
|
||||||
return test[1]
|
return test[1]
|
||||||
else:
|
else:
|
||||||
return "<NONE>"
|
return "<NONE>"
|
||||||
|
|
||||||
for line in sys.stdin:
|
for line in sys.stdin:
|
||||||
print(is_number(line))
|
print(is_number(line))
|
||||||
|
Loading…
Reference in New Issue
Block a user