Drag the cards to complete the code:
Enter the question here:
[ ["input x"], [ "if x < 0:", ["declare x is negative"], "else:", [ "if x%2 == 1:", ["declare x is odd"], "else:", ["declare x is even"], ] ], ]