notes M.9.4.2023 and Th.9.7.2023 - Hsanokklis/2023-2024-Tech-journal GitHub Wiki
Setting up a project in PyCharm and making sure we have interpreter:
Check that your interpreter is in the program
The python310.exe is the interpreter
SAVE YOUR WORK IN A PYTHON FILE OR DIE
How to make a new file:
- right click on project file location
- open a python file
First Line of code!!
GPA calculator example:
when having a user input that might require a float, you must define your output as such or the program is going to freak out when you enter a number with decimal