heyy solve it............
Attachments:
Answers
Answered by
2
7th qus code:
import random
print (random.randint(0,100))
9th qus code:
start = int(input("Enter the start of range: "))
end = int(input("Enter the end of range: "))
for num in range(start, end + 1):
if num % 2 != 0:
print(num, end = " ")
Answered by
0
Answer:Which Question ?
Explanation:Which Question is it that you want an answer for
Similar questions