mirror of
https://github.com/arthur-pbty/nsi.git
synced 2026-06-05 13:52:21 +02:00
Add exercises 1, 2 and 3
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from math import *
|
||||
a = sqrt(4.6**3 - 15/16)
|
||||
print(a)
|
||||
if a == 9.818273779030608:
|
||||
print("C'est bien égale")
|
||||
Reference in New Issue
Block a user