user_137

Untitled

Dec 29th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. # 6.00.2x Problem Set 2: Simulating robots
  2.  
  3. import math
  4. import numpy as np
  5. import random
  6. from time import time, sleep
  7.  
  8. import ps2_visualize
  9. import pylab
Add Comment
Please, Sign In to add comment