From 0417688894d39ca45122eac9c128f195e694c4d4 Mon Sep 17 00:00:00 2001 From: abdelrahmanelfatih <167160851+abdelrahmanelfatih@users.noreply.github.com> Date: Thu, 8 Aug 2024 01:11:05 +0800 Subject: [PATCH] Create day 2 --- day 2 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 day 2 diff --git a/day 2 b/day 2 new file mode 100644 index 000000000..f4431f24e --- /dev/null +++ b/day 2 @@ -0,0 +1,15 @@ +#Day 2: 30 Days of python programing + +first_name = 'Abdel Rahman' +last_name = 'Ahmed' +full_name = 'Abdel Rahman Elfatih Abdel Rahman Ahmed' +country = 'Sudan' +City = 'Khartom' +age = 19 +year = 2024 +is_married = False +is_true = True +is_light_on = True + + +num , name , pie , complex , is_false = 20 , 'Abdul' , 3.14 , 1 + 3j , False