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
| pin = [] | |
| g = int(input("gün:")) | |
| a = int(input("ay:")) | |
| y = int(input("yil:")) | |
| def rakam_toplami (x): | |
| if x < 10: | |
| return x | |
| else: | |
| return (x%10)+int(x/10) |
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
| #!/bin/bash | |
| # | |
| # Doğan Aydın a saygılar | |
| # | |
| # https://gist.github.com/1144607 adresindeki sudownload.py python uygulamasının sudownload.sh bash uygulamasıdır :D | |
| # | |
| # | |
| # Abdullah ince - pax.castrensis@gmail.com - bilgi@kesinbilgi.com - http://kesinbilgi.com | |
| # |
NewerOlder