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