From e1af8d611ff5d8ac28f320bdd80cf0bba9ce03f3 Mon Sep 17 00:00:00 2001 From: Asabeneh Date: Wed, 20 Nov 2019 01:56:59 +0200 Subject: [PATCH] day 1 --- readme.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ca062bd..d91e854 100644 --- a/readme.md +++ b/readme.md @@ -230,7 +230,16 @@ The python interactive shell was printing with using **print** but on visual stu - Your family name - Your country - I am enjoying 30 days of python - 1. Create python file day_1.py and repeat question 1, 2 and 3. Then run the file. + 1. Check the data types of the following data: + - 10 + - 9.8 + - 3.14 + - 4 - 4j + - ['Asabeneh', 'Python', 'Finland'] + - Your name + - Your family name + - Your country + 1. Create python file day_1.py and repeat question 1, 2, and 4. Remember to use print when you are working on a python file. Then run the file. # Day 2