Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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"
Source by www.codesdope.com #
 
PREVIOUS NEXT
Tagged: #python #condition #question
ADD COMMENT
Topic
Name
3+9 =