Functions | |
def | likelihood_client |
def | usage |
Variables | |
tuple | x = raw_input("Please enter the consulting command end with Enter: \n") |
tuple | y = raw_input("Please enter the candidates for the consulting command:the format is\n cadidate1 candidate2 candidate3 ...,\nend with Enter: \n") |
def client_likelihood.likelihood_client | ( | x, | |
y | |||
) |
Definition at line 21 of file client_likelihood.py.
def client_likelihood.usage | ( | ) |
Definition at line 31 of file client_likelihood.py.
tuple client_likelihood::x = raw_input("Please enter the consulting command end with Enter: \n") |
Definition at line 37 of file client_likelihood.py.
tuple client_likelihood::y = raw_input("Please enter the candidates for the consulting command:the format is\n cadidate1 candidate2 candidate3 ...,\nend with Enter: \n") |
Definition at line 39 of file client_likelihood.py.