TCP Server for Internet Banking
python3 server.py
Linux:
python3 client.py 0 deposit 100 &
python3 client.py 0 withdrawal 100 &
python3 client.py 1 deposit 200 &
python3 client.py 0 deposit 300 &
python3 client.py 1 withdrawal 100
Windows:
start "" python client.py 0 deposit 100
start "" python client.py 0 withdrawal 100
start "" python client.py 1 deposit 200
start "" python client.py 0 deposit 300
start "" python client.py 1 withdrawal 100