Sztuczna_inteligencja_gr_13/bin/Main/test.py

6 lines
72 B
Python

import matplotlib.pyplot as plt
plt.figure(figsize=(5, 5))
plt.show()