Functions | |
def | add_two_ints_client (x, y) |
add two numbers using the add_two_ints service More... | |
def | usage () |
Variables | |
x = random.randint(-50000, 50000) | |
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 48 of file client_connection_header.py.
def client_connection_header.usage | ( | ) |
Definition at line 67 of file client_connection_header.py.
client_connection_header.x = random.randint(-50000, 50000) |
Definition at line 74 of file client_connection_header.py.
client_connection_header.y = random.randint(-50000, 50000) |
Definition at line 75 of file client_connection_header.py.