Skip to content

Commit c73d7a3

Browse files
authored
Merge pull request #1 from veysiemrah/patch-1
Update README.md
2 parents 5db9459 + 52c9183 commit c73d7a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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)