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

Want to kickstart your project?Use the new AI Studio to create your code