Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1. When speaking English, you need to follow certain rules to be understood. Pro

ID: 3879952 • Letter: 1

Question

1. When speaking English, you need to follow certain rules to be understood. Programming languages also requires Your answer 2. Programming environments use colorful highlighting to help you see how each part of your program will be interpreted Purple tells you that print is a Python function and green tells you that 'Hello, World!' is a Your answer 3. The Python interpreter is the program that and your code.* Your answer 4. The interpreter can't understand bad grammar, instead it will stop with an Your answer

Explanation / Answer

1.

when speaking english, you need to follow certain rules to be understood, Programming language also requires syntax.

2.

Programming environments use colorful highlighting to help you see how each part of your program will be interpreted Purple tells you that print is a Python function and green tells you that 'Hello, World!' is a string.

3.

The python interpreter is the program that reads and carries out the instructions your code.

4.

The interpreter can't understand bad grammar, instead it will stop with an interrupt.