5 lines
62 B
Python
5 lines
62 B
Python
|
|
import matplotlib.pyplot as plt
|
||
|
|
|
||
|
|
print('test')
|
||
|
|
|
||
|
|
print('test2')
|