SyntaxFix
Write A Post
Hire A Developer
Questions
Use integers instead of strings.
make sure to cast your string to ints
price = int('1') * 9
The actual example code you posted will return 9 not 111111111
9
111111111