diff options
author | David Hsieh <davidhsiehlo@gmail.com> | 2016-03-11 08:39:26 -0600 |
---|---|---|
committer | David Hsieh <davidhsiehlo@gmail.com> | 2016-03-11 08:39:26 -0600 |
commit | 8d1e2e31ef9c62e2833ccb83cde78caef668f044 (patch) | |
tree | 1cca5af13a146c0a36ef760b6264d18875290ec0 /tr-tr/python3-tr.html.markdown | |
parent | 51c2f7ce28caf1cc654bcafc4063f3012cc2f0c3 (diff) | |
parent | 6e38442b857a9d8178b6ce6713b96c52bf4426eb (diff) |
Merge conflict r-spanish
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 |