fejezet 5
This commit is contained in:
4
fejezet 5/okosságok4.py
Normal file
4
fejezet 5/okosságok4.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import math
|
||||
a = math.sqrt(2.0)
|
||||
print(a, a*a)
|
||||
print(a*a == 2.0)
|
||||
Reference in New Issue
Block a user