In the below Python Interpreter
Write 4 + 0 and click Enter.
Then write 12 + 12, press Enter again.
Then write 5 + 6, press Enter again.
In the below Python Interpreter
Write 20 + 2 and click Enter.
Then write 0 + 0, press Enter again.
>>> 3 + 9 12
In the above python interpreter, what is the input and output?
Input: | ||
Output: |
In the below Python Interpreter
Write 1 + 1 and click Enter.
Then write 2 + 3, press Enter again.
Then write 4 + 4, press Enter again.
>>> 3 + 16 19
In the above python interpreter, what is the input and output?
Input: | ||
Output: |
In the below Python Interpreter write 20 + 34 and click Enter.
In the below Python Interpreter
Write 4 + 4 and click Enter.
Then write 2 + 0, press Enter again.
Then write 5 + 11, press Enter again.
>>> 14 + 13 27
In the above python interpreter, what is the input and output?
Input: | ||
Output: |