Ask me something! The Python input() function

When we create a Python program or script, we sometimes need additional information. This information might be details from the experiments (e.g., subject age, amplifier settings, etc), or it might be an answer to a specific question (e.g., “Accept trial? Y or N”). When you need to ask the user of your code a question, you need their input, you
Read more