Hi, i keep getting this error code. can someone help me? I am using window and installed python 3.10.7
I keep entering the code print(“hello world”) and i keep getting this error.
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Install the latest PowerShell for new features and improvements! Migrating from Windows PowerShell 5.1 to PowerShell 7 - PowerShell | Microsoft Learn
PS C:\Users\Tony> HelloWorld $python app.py
HelloWorld : The term ‘HelloWorld’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again.
At line:1 char:1
- HelloWorld $python app.py
-
+ CategoryInfo : ObjectNotFound: (HelloWorld:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
PS C:\Users\Tony>