1 changed files with 11 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||||
|
import numpy as np |
||||
|
import matplotlib.pyplot as plt |
||||
|
import PyQt5 as qt |
||||
|
|
||||
|
if __name__=='__main__': |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
print('Fin du programme...') |
||||
|
a = input() |
||||
Loading…
Reference in new issue