Hi I am new to python and I made this simple program to sort out my downloads folder. When I run this program when i have decent number of files in download fol
My code below wont run due to " Directory stack not deep error...Pls tell me what's wrong. I suspect the error is in the while loop. I have made several adjustm
I am a junior developer (bootcamp no CS background) currently working on product pricing. I am reaching out to this great community for advice. Price is based o
I have an input value of N. I want to turn that into a variable consisting of N characters. for example, if N = 12, and I'm repeating the character "H", the val
I am trying to use an Enum in my project with custom strings, something like this: class Fruit(Enum): APPLE: "apple" PEAR: "pear" BANANA: "banana" In my
I've been writing C and C++ code for almost twenty years, but there's one aspect of these languages that I've never really understood. I've ob
There is a question with the same title but unfortunatly it doesn't help me. I am trying to parse the data of a SOS marker. All documentations I can find say
I have a SpringBoot based command line application. The application creates or deletes some records in a database. It does so not directly via JDBC but rather t
I try to run the class from the green arrow in IntelliJ and I get the "Could not find or load main class" error. If I try to run the class from the terminal by