Skip to content

Instantly share code, notes, and snippets.

View sdemircan's full-sized avatar

Serhat Rıfat Demircan sdemircan

View GitHub Profile
{
"external_id": "28498616",
"braze_id": "5d429ae05a82786bbaa00bfd",
"custom_attributes": {
"date_of_register_localtime": "2018-08-10T00:00:00.000Z",
"registered_via_email": true,
"registered_via_phone": true,
"phone_subscribe": "opted_in",
"date_of_register_utc": "2018-08-10T00:00:00.000Z",
"phone_without_country_code": "81332378888",
from datetime import date
ad = input("Adınız: ")
soyad = input("Soyadınız: ")
dogum_yili = input("Doğum yılınız: ")
bugun = date.today()
dogum = date(int(dogum_yili), 1, 1)
yas = bugun.year - dogum.year