Question
Then create a new Python project in PyCharm named Lastname - Firstname -Hello where Lastname and Firstname are replaced with your last and first names
Then create a new Python project in PyCharm named Lastname-Firstname-Hello where Lastname and Firstname are replaced with your last and first names respectively. So, in my case, it would be Ventura-Phil-Hello
Create a new Python file in the project named hello.py
In that file write the Python code to display on the console "Hello, my name is your name", without quotes and replacing your name with your own name. On a second line, display a fact about yourself, it could be a hobby, an ability, something about pets or children, etc.
Run hello.py in PyCharm.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started