Relative Content

Tag Archive for pythonpycharm

My python program now prints nothing and I don’t know why

So, I have a function that makes random integers and puts a operator between 2 of them so my friend can math. I wanted there to be multiple functions that could be called via a while loop after each interaction. I needed a way to actually select the functions and call them. I started with 1 function, and I put my code at the bottom of the function definition.

PyCharm Pro 2024.1.1 – Not stopping on all breakpoints

I am using Pycharm Professional Ver 2024.1.1, in Windows 11, and it is not stopping on breakpoints defined in called/sub functions when ‘stepping over’ with F8. To recreate this simply use the sample code created with a new PyCharm project:

Question about the organization of the project in pycharm

I am making a project that contains 4 files of the py extension. in the main file, I import other files. there is a graphic in the emoyshen file. screen. when I run the main file, the emoyshen file is triggered first, and then another imported part of the code. what should I do to make the graphical window work simultaneously with the entire code, and not in front of it?