+ 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
5 Réponses
+ 8
link your code
+ 6
Provide brief explanation.
0
input() always returns a string.
0
How can I turn it into a number type of data?
0
int() turns it into an integer