Challenge for Control Flow

Challenge

You will be given an list of numbers ar. Print each number in the order it appears, unless the number is a multiple of 3. If a number is a multiple of 3, print no3 instead.

Make sure to print everything in a given list on the same line. Note: Add a comma after print to print without adding a newline: print("hi"),

Please sign in or sign up to submit answers.

Alternatively, you can try out Learneroo before signing up.

Contact Us
Sign in or email us at [email protected]