Skip to content

Commit 92fe012

Browse files
committed
correc erreur question 2
1 parent ffe2fae commit 92fe012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

premiers_pas/premiers_pas_1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# Q2
5757
# A partir dans quand plus grand qu'un milliard
5858
print("--- Question 2 ---")
59-
print((1+2)*(3+4)*(5+6)*(7+8)*(9+10)*(11+12)*(13+14)*(14+15))
59+
print((1+2)*(3+4)*(5+6)*(7+8)*(9+10)*(11+12)*(13+14)*(15+16))
6060

6161

6262
# Q3

0 commit comments

Comments
 (0)