Skip to content

Commit 52c9183

Browse files
authored
Update README.md
1 parent 5db9459 commit 52c9183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ I hope it works for you
99

1010
Kod sonları **( : )** ile yapılır stringler **( "" )** ve **('')** ile belirtilir
1111

12-
Pythonda **{ }** kullanılmaz. Pythonda boşluk önem arz eder
12+
Pythonda **{ }** kullanılmaz. Pythonda girinti önem arz eder
1313

1414
## Fonksiyonlar
1515

@@ -56,7 +56,7 @@ print("a b den büyüktür")
5656

5757
```python
5858
sayilar = [1,2,3,4,5]
59-
for sayiin sayilar:
59+
for sayi in sayilar:
6060
print(sayi)
6161
```
6262
// notlar tamamen Escan'a aittir

0 commit comments

Comments
 (0)