1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-01 12:30:48 +02:00

Applies a1ed02d6fa to translations

This commit is contained in:
Gnomino
2015-11-21 19:08:39 +01:00
parent 1421373f87
commit 7933ea3ce0
6 changed files with 6 additions and 6 deletions

View File

@@ -538,7 +538,7 @@ Insan.grunt() # => "*grunt*"
# Modülleri içe aktarabilirsiniz
import math
print(math.sqrt(16)) # => 4
print(math.sqrt(16)) # => 4.0
# Modülden belirli bir fonksiyonları alabilirsiniz
from math import ceil, floor