DEV Community

Hachikoi
Hachikoi

Posted on

Short Python Problem

I was also struggling whit this one... didn´t really search for any help tho.
Source: https://codingbat.com/prob/p129125
Alt Text

Top comments (1)

Collapse
 
8koi profile image
Hachikoi • Edited

Thanks for the advice! but my mistake wasn´t there, that was what they were asking for, me and him must be > 7 and nobody from 1-2
And about the print instead of Return I make it like that because I´m lazy and I don´t want to write the "print" in:
print(picky_waiters(n1,n2))
for me (in pycharm) doesn´t return any kind o None, in this case, But yeah It did before! in another exercise