This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| print("""************************ | |
| Sayının Okunuşunu Bulan Program | |
| ************************""") | |
| def okunus(sayi): | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ATM-Program- | |
| print("""***************************************** | |
| Atm Programına Hoşgeldiniz... | |
| ***************************************** | |
| İşlemler; | |
| Bakiye Sorgulama İçin:(1) | |
| Para Yatırma İçin:(2) | |
| Para Çekmek İçin:(3) | |
| Kredi Kartı Nakit Avans İçin:(4) | |
| YKS Sınav Ücreti Yatırmak İçin(5) |