I was working on my own little math quiz and forgot to add "int" to int(input()) and was wondering why it wasn't working. You are a godsend, thank you!
@KakraDetome7 жыл бұрын
Hi, no thanks at all. You're very much welcome 😊 Nice work trying to code a nice little math quiz 😊 Yes, as you most likely know by now, if you want the input converted to an int, you have to surround the entire input function with the int function otherwise the input stays as a String. I'm glad you were able to fix it 😊 Take care and please let me know if you have any questions ok 😊
@Red_Fox_Miro5 жыл бұрын
thanks
@RaphaelGroppo5 жыл бұрын
Is it possible to set a time limit for the answers?