Skip to content

Instantly share code, notes, and snippets.

View rahimlis's full-sized avatar
🎯
Focusing

Rahimli Rahim rahimlis

🎯
Focusing
  • EPAM | Google
  • Sunnyvale, California
View GitHub Profile
## Havani sherh eden proqram
def havani_sherh_et():
## Burada temperaturu istifadeciden aliriq
temperature = int(input('Havanin temperaturu necedir?\n'))
## eger hava 30 dereceden yuxaridisa, istifadeciye deyirik ki istidir
if temperature >= 30:
print('Hava istidir.')
@rahimlis
rahimlis / test
Created December 5, 2019 10:44
Hello world
test