mirror of
https://github.com/arthur-pbty/nsi.git
synced 2026-06-05 00:06:18 +02:00
Add exercises 1, 2 and 3
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
a = int(input("Nombre de notes ? "))
|
||||
note = 0
|
||||
for i in range(a):
|
||||
note += float(input("-->"))
|
||||
print(f"Moyenne : {note/a}")
|
||||
Reference in New Issue
Block a user