Skip to content

Instantly share code, notes, and snippets.

View buraste's full-sized avatar
🐶
Focusing

Burak Ibis buraste

🐶
Focusing
View GitHub Profile
@buraste
buraste / gist:10a6f2bbb069deaada50170436b59858
Last active March 28, 2019 02:41
Hastane Randevu Sistemi
# Hastanenin randevular için belirlediği saat ve hasta planı:
saatler = [
{'kota': 3, 'saat': '09:00'},
{'kota': 3, 'saat': '09:20'},
{'kota': 3, 'saat': '09:40'},
{'kota': 3, 'saat': '10:00'},
{'kota': 3, 'saat': '10:20'},
{'kota': 3, 'saat': '10:40'},
{'kota': 2, 'saat': '11:00'},
{'kota': 2, 'saat': '11:20'},