From d497cf59d68e0f6e7362ee7bdf39d91ce540b662 Mon Sep 17 00:00:00 2001 From: manmohan1105 Date: Fri, 18 Oct 2019 00:19:52 +0530 Subject: [PATCH] changed phython file --- logistics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logistics.py b/logistics.py index ee35ef1..ced45aa 100644 --- a/logistics.py +++ b/logistics.py @@ -2,7 +2,7 @@ # coding: utf-8 import numpy as np import matplotlib.pyplot as plt - +# hello def draw(x1, x2): ln = plt.plot(x1, x2,'-') plt.pause(0.0001)