Coding Challenge 4
Question :- If n is in the inclusive range of 2 to 5 , print Not Weird [10]
This video is available on my channel so do check it
a = int(input('Enter an integer or a float number'))
if a in range(2,5):
print(' Not Weird')
Mysterious radio waves are radiating from an unknown object at the heart of the Milky …
0 Comments