mirror of
https://github.com/Asabeneh/30-Days-Of-Python.git
synced 2026-06-15 21:20:29 +08:00
day 3
This commit is contained in:
parent
dbd62212e7
commit
da95ee6c94
@ -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.
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user