+ 5

Can someone fix my code?

I was trying to make a limit for the highest PIN you can get, But it keeps spamming the message, and when I put "break" at the end, It dosen't appear once, ONCE. https://sololearn.com/compiler-playground/c6jk2Jxjt5n7/?ref=app

6th Sep 2024, 10:25 PM
StarCodes
5 Réponses
+ 8
link your code
6th Sep 2024, 10:28 PM
Lisa
Lisa - avatar
+ 6
Provide brief explanation.
7th Sep 2024, 3:53 AM
Alhaaz[Inactive]
Alhaaz[Inactive] - avatar
0
input() always returns a string.
19th Sep 2024, 10:25 PM
Lisa
Lisa - avatar
0
How can I turn it into a number type of data?
20th Sep 2024, 9:53 PM
StarCodes
0
int() turns it into an integer
20th Sep 2024, 9:56 PM
Lisa
Lisa - avatar