From da95ee6c940c3a15dea55650751d7f27d4a783e6 Mon Sep 17 00:00:00 2001 From: Asabeneh Date: Fri, 22 Nov 2019 01:38:56 +0200 Subject: [PATCH] day 3 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index d0c3d08..4e7616b 100644 --- a/readme.md +++ b/readme.md @@ -767,6 +767,7 @@ print(not not False) # False 17. There is no 'on' in both dragon and python 18. Find the length of the text *python* and convert the value to float and convert it to string 19. Even numbers are divisible by 2 and the remainder is zero. How do you check if a number is even or not using python? +20. The floor divison of 7 by 3 is equal to the int converted value of 2.7.