Multiple choice which command does NOT have a syntax error? print("hello) for i range(10): for line in file def myFunction(): Reveal answer Fill a bubble to check yourself D Correct answer Explanation Option D is a valid function definition. Option A is missing a closing quote, B is missing the 'in' keyword, and C is missing a colon.