Computer Science, asked by ice2001, 10 months ago

x = 20

#if x ranges from 10 to 30 inclusive,

# print'x ranges from 10 to 30​

Answers

Answered by ayush28717
0

Answer:

Hello !

Explanation:

x = 20

if 10 <= 20 <=30:

print("x ranges from 10 to 30.")

Hope this helped !

Similar questions