We can write a Python statement on the >>> prompt directly.
Example
python
>>> print("Ace Learns")
Aceleans
The Python interactive prompt enables users to enter commands one at a time and view the results instantly. Since it is a command line, it cannot save the statements for future use.