11 lines
No EOL
152 B
Python
11 lines
No EOL
152 B
Python
import numpy as np
|
|
import matplotlib.pyplot as plt
|
|
import PyQt5 as qt
|
|
|
|
if __name__=='__main__':
|
|
|
|
|
|
|
|
|
|
print('Fin du programme...')
|
|
a = input() |