สถานะการส่งล่าสุด: -

SOS11: Operators 01

Operators 01

Choose an operator from >, <, >=, <=, ==, != to give the result as below.

input1: 1
input2: 2
True

input1: 1
input2: 1
True
input1: 1
input2: 0.5
False

first = float(input())
second = float(input())
print(firstsecond)