1Q) write a Python program to print the area of a rectangle (area of rectangle = length X breadth)
2Q) Write a program to print the length of the word python
3Q) Create Python list containing even integer elements from 3 to 11 and print the count of even numbers
please i need the answer urgently and if you guys have no answer's just leave or else a straight up report
if you guys give me the answer i promise i will help you guys in future too
Answers
Answered by
22
Answer:
ó
Explanation:
100
m = 100 \div 50m=100÷50
m = 2m=2
Answered by
0
Input: list1 = [2, 7, 5, 64, 14] Output: Even = 3, odd = 2 ... iterating each number in list ... even_count + = 1 ... print ( "Even numbers in the list: " , even_count)
Similar questions