Functions | |
def | add_two_ints_client |
add two numbers using the add_two_ints service | |
def | usage |
Variables | |
tuple | x = random.randint(-50000, 50000) |
tuple | y = random.randint(-50000, 50000) |
def client_connection_header.add_two_ints_client | ( | x, | |
y | |||
) |
add two numbers using the add_two_ints service
x | int: first number to add |
y | int: second number to add |
Definition at line 50 of file client_connection_header.py.
def client_connection_header.usage | ( | ) |
Definition at line 69 of file client_connection_header.py.
tuple client_connection_header::x = random.randint(-50000, 50000) |
Definition at line 76 of file client_connection_header.py.
tuple client_connection_header::y = random.randint(-50000, 50000) |
Definition at line 77 of file client_connection_header.py.