Horje
python condition question Code Example
python condition question
print "Enter length"
length = input()
print "Enter breadth"
breadth = input()
if length == breadth:
  print "Yes, it is square"
else:
  print "No, it is only Rectangle"




Python

Related
except FileNotFoundError Code Example except FileNotFoundError Code Example
displace items in array python Code Example displace items in array python Code Example
What will be the output of the following program? Code Example What will be the output of the following program? Code Example
python define propery by null Code Example python define propery by null Code Example
deepface facebook python Code Example deepface facebook python Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7