CBSE Class 11 Informatics Practices Question 54 of 62

Getting Started with Python — Question 2

Back to all questions
2
Question

Question 2

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 (↑).