CBSE Class 11 Computer Science Question 71 of 80

Getting Started with Python — Question 4

Back to all questions
4
Question

Question 4

Alt+R is used to repeat the last typed command in Python shell.

Answer

False

Reason — For repeating or recalling the last command in the Python shell, the correct key is the up arrow key (↑).