Question: Using python language to write codes 1. Print integer numbers up to 100 (1, 2, 3, ..) using a while loop. Each integer number takes
Using python language to write codes
1. Print integer numbers up to 100 (1, 2, 3, ..) using a while loop. Each integer number takes a separate line.
2. Given a list x = [2,3,5,6,7,8,9], write a python program that find those numbers which are divisible by 3. Arrange these numbers in a list called result
.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
