Redus Russ

Generation

translateTue, 28 Feb 2023

[N > 0 ? N : 0]

def N_if_N_more_than_0_otherwise_0(N): if N > 0: return N else: return 0

Questions about programming?Chat with your personal AI assistant