SyntaxFix
Write A Post
Hire A Developer
Questions
f = 0.5 a = 0 b = 9 d = [x * f for x in range(a, b)]
would be a way to do it.