There was an error while loading. Please reload this page.
2 parents 5db9459 + 52c9183 commit c73d7a3Copy full SHA for c73d7a3
README.md
@@ -9,7 +9,7 @@ I hope it works for you
9
10
Kod sonları **( : )** ile yapılır stringler **( "" )** ve **('')** ile belirtilir
11
12
-Pythonda **{ }** kullanılmaz. Pythonda boşluk önem arz eder
+Pythonda **{ }** kullanılmaz. Pythonda girinti önem arz eder
13
14
## Fonksiyonlar
15
@@ -56,7 +56,7 @@ print("a b den büyüktür")
56
57
```python
58
sayilar = [1,2,3,4,5]
59
-for sayiin sayilar:
+for sayi in sayilar:
60
print(sayi)
61
```
62
// notlar tamamen Escan'a aittir
0 commit comments