1

So I'm new to programming and have used PyCharm. I have gotten Mosh Hamedani's course and saw that whatever code he executes is shown in its output window NEATLY. My code is jumbled up with stupid commands which are telling me the location of the file etc. How can I make ONLY MY EXECUTED CODE show up in the output or terminal? I just want to get rid of those Windows PowerShell etc stuff. The highlighted part is the code I ran and want only that to be shown and nothing else??

enter image description here

1

1 Answer 1

2

Get rid of the powershell copyright banner using -NoLogo

Start your terminal with command :

Powershell.exe -NoLogo

Documentation can be found here.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.