I'm very new to coding and in my new CS class, my teacher has us use VS Code. However, when she runs items in the Python Terminal, the text behind the cursor looks like:
>>>
while mine looks like
firstlast@macbookair ~ %
It also prints the routing for the file every time I run it:
/usr/local/bin/python3 "/Users/firstlast/Library/CloudStorage/OneDrive-school/CS/8.21Any idea why this is happening, or how to change it?
I tried following a tutorial online but it got really confusing.. and I really feel like I shouldn't need an extension I don't understand to do this.. Any ideas?