January 1, 2022

Problem Statement
-To find divisibility by 2
Statement of work
-Write a pseudocode
-Write the code in python
-Tested with edge cases
Challenges
– Converting numbers into string and then converting string into numbers
Execution Strategy
– Can use list comprehension
Value Added
-This code help user to find if the numbers is divisibility by 2 or not
-Basics of python is learnt