{}
CYBER CYBER CYBER CYBER CYBER
66
%OFF
Week Week Week Week Week

Stop copy pasting code you don't actually understand

Build the coding confidence you need to become a developer companies will fight for

Stop copy pasting code you don't actually understand

Become a PRO
Become a PRO
CYBER CYBER CYBER CYBER CYBER
66
%OFF
Week Week Week Week Week

Stop copy pasting code you don't actually understand

Build the coding confidence you need to become a developer companies will fight for

Stop copy pasting code you don't actually understand

Become a PRO
Become a PRO
run-icon
main.py
n=int(input("input the numbers of values : ")) list=[ ] for i in range (n): values=int(input("enter the values : ")) list.append(values) if list[0]>max(list[1: ]) : print(-1) elif list[0]<min(list[1: ]) : print(1) else : print(0)
Output