The question in my book I am working through (I am new to programming) is:
Threes: Make a list of the multiples of 3 from 3 to 30. Use a for loop to print the numbers in your list.
I have tried a few different things to do this, but in my book Python Crash Course, it doesn't explain the syntax or show me examples on how to do multiples. Only exponents. I have reread the chapter several times over and still am not able to find the tutorial on how to do this. And also, being that I am new to programming, I don't exactly know the keywords or phrases I should be searching for.
It would be of great help to me (I've been confused by this for over an hour) if someone could explain this to me and give me an example.