sending Values from Python Script to Aduino Uno

Job ID: 32665549

Budget: €8 – €30 EUR

I need a python script that consists of 4 functions:
1. move- to ( coordination in cm),
2. rotation ( in degree),
3. magnet up-down
4. and magnet on-off (by taking 0 or 1),
5. and must send values to Arduino R3( Communicate With Arduino From a Python Script)
6. I do not want to write anything in the python console
7. after sending data to Arduino we will get ok as an answer that Arduino gets these values.
8. I do not need Arduino code, just python script .for example I want to do the process like
<mt pos_x1 pos_y1>
<take 1>
<mt pos_x2 pos_y2>
<take 0>

That means
"go-to source position",
"magnet down, on, up",
"go-to target position",
"magnet down, off, up" or sometimes rotation.