Drona Python Assignment Problem 1: Simulated Drone Movement System Requirements Utilize the Turtle module for graphical representation. Design functions that control the drone's movement: move_forward, move_backward, move_left, and move_right. Implementation The Python script for this problem is available in Q1.py. Output Screenshots Q1-1 Q1-2 Q1-3 Problem 2: TCP Socket Communication Requirements Create a sender program (sender.py) and a receiver program (receiver.py). The sender program should be able to establish a TCP connection and send messages to the receiver. The receiver program should be able to accept incoming connections and display received messages. Implement error handling for socket operations. Implementation The sender program is available in sender.py. The receiver program is available in receiver.py. Output Screenshots Q2 Technologies Used: Languages: Python, Socket Programming Instructions for Use Clone the repository: git clone https://github.com/your-username/Drona-Python-Assignment.git Execution of the programs: py file_name.py