Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2
int(input() * 5) converts to integer a 5 times concatenation of the input string. So, if you enter "1", paint will become 11111.
30th Jun 2022, 12:13 AM
Emerson Prado
Emerson Prado - avatar
+ 1
Is it in python that you need // to divide properly?
29th Jun 2022, 7:33 PM
Ausgrindtube
Ausgrindtube - avatar
+ 1
Ausgrindtube It depends on what "properly" means in each context. // is "floor division".
30th Jun 2022, 12:17 AM
Emerson Prado
Emerson Prado - avatar
+ 1
Datboi Let us see your actual code, instead of a copy and changes scattered among amswers. Pls edit your question description and include a link to your code in Code Playground - use "+" button. This way, everyone can debug, it's always updated, and easy to find.
30th Jun 2022, 9:42 AM
Emerson Prado
Emerson Prado - avatar
+ 1
Datboi Get used to the idea of linking the code in the question description, instead of in answers. Some more answers and this will get lost among the others. That said, two questions: 1. What is the task? 2. Why do you convert to int several times?
1st Jul 2022, 1:14 AM
Emerson Prado
Emerson Prado - avatar
+ 1
Datboi OK. Try removing all integer conversions and roundings, and see the results. We'll be in a clean state, at least.
1st Jul 2022, 2:30 PM
Emerson Prado
Emerson Prado - avatar