My code is the following:
def value(one,two):
if one < two:
return two
else:
return one
Every time I try to run it, it gives the following error :
IndentationError: expected an indented block
I tried rewriting the code, and still nothing happened.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…