This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3.5 | |
# -*-coding:Utf-8 -* | |
import random | |
import operator | |
import time | |
import matplotlib.pyplot as plt | |
temps1 = time.time() |