1
0
Fork 0
python-isn/temp.py
2020-01-21 11:29:18 +01:00

7 lines
No EOL
143 B
Python
Executable file

moyenne = 0
jour = 0
for jour in range (1,8):
temperature = int(input("Température = "))
moyenne = moyenne + température
print