In Python, indentation is used to indicate the extent of a block of code. What is the output of the following Python?
first = 3
second = 5
if first < second:
print ( “but this time” )
print ( “first is bigger” )
The answer to the question is available in the PDF file https://www.assignmentexpert.com/https://www.assignmentexpert.com/homework-answers/programming-answer-79149.pdf
Comments
Leave a comment