How can i make it using dynamo just like below? Thank you!

for users in users:
    if screenshot is None:
        print ("This is not a 'do my work' forum.")
    elif codeSample is None:
        print ("This is not a 'do my work' forum.")    
    elif DYNfile is None or RVTfile is None:
        print ("This is not a 'do my work' forum.")
    elif attempt is None:
        print ("This is not a 'do my work' forum.")
    else:
        print ("Ok, let's see your question.")
10 Likes