Input prompt code execution

Hey guys,
Since the OUTPUT on Viscode is read-only, I’m having real trouble trying to run code that prompts for input. Could someone kindly demonstrate how to execute a code that requires an input on TERMINAL? I seem not to follow how Mosh executes such on TERMINAL. Even a simple 10 seconds video will really help.

1 Like

you need to go to terminal


you then need to type your file name mine is input.py
so basically you need to type in python and if you use mac write python3
then write your name for your file remember to include it.py example:
(python your_file_name_here.py)

:heart:

Fantastic. Im sorted. Thank you

1 Like

@horare good to hear