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:
@@ -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
|
||||
|
Reference in New Issue
Block a user