Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pycharm
#1
Hello,
I have downloaded pycharm and starting to learn how to use it.
I put a simple code in the window of MyCode.py such as
x=5
y=6
z=x+y
print(z)

Now I would like to run this code.
In Run menu, I choose Run, then I get a little window with heading name as Run. In there the only option is
0. Edit Configuration
1. main

Not sure how to run MyCode.py and be able to put a break point on one of the code lines.
Any suggestions please?
Reply


Messages In This Thread
pycharm - by arkiboys - Oct-20-2020, 02:05 PM
RE: pycharm - by Aspire2Inspire - Oct-21-2020, 09:15 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020