diff options
author | Gnomino <gnomino@gnomino.eu> | 2015-11-21 19:08:39 +0100 |
---|---|---|
committer | Gnomino <gnomino@gnomino.eu> | 2015-11-21 19:08:39 +0100 |
commit | 7933ea3ce029a3418bac04210e0dd7f0f27e275d (patch) | |
tree | 3356c18b8f25b713868aea89f06d509890161ce8 /tr-tr/python3-tr.html.markdown | |
parent | 1421373f87b13f6c2172f9ff5a9e4ddd2fa2cf2d (diff) |
Applies a1ed02d6fad2b39137f52c6a04264a59e237d747 to translations
Diffstat (limited to 'tr-tr/python3-tr.html.markdown')
-rw-r--r-- | tr-tr/python3-tr.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tr-tr/python3-tr.html.markdown b/tr-tr/python3-tr.html.markdown index 2477c5da..c7de2922 100644 --- a/tr-tr/python3-tr.html.markdown +++ b/tr-tr/python3-tr.html.markdown @@ -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 |