[Python] Find the multiple of 3 and 5

Asked 2 years ago, Updated 2 years ago, 17 views

I'm asking because there's no place to ask while I'm teaching myself as a non-major. Find a multiple of 3 and 5 among natural numbers less than 1000 I tried to solve it in 3 ways, but all the answers were wrong. Where did I get it wrong?

python multiple

2022-09-22 19:36

1 Answers

Out of the integers from 1 to 1000, you can find the number that is 0, divided by 3, or divided by 5


2022-09-22 19:36

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.