+ 1
How do I pass the errors here
If I try to typ a invalid number https://code.sololearn.com/c4uSMHio98E6/?ref=app https://code.sololearn.com/c4uSMHio98E6/?ref=app
7 Answers
+ 3
Hi, Gitano Van den langenberg !
When you get an error, read the error message and what type of error it is (its name). Then try to catch the error with except:
try:
âŠ
except <ErrorTypeToCatch>:
âŠ
+ 1
JaScript thnx for clearing that out
+ 1
Gitano Van den langenberg find out people for help is easy if you follow the rules of Sololearns Q&A Discussions. On the other hand it is important to show a whole code or whole snippet as your attempt in which can be improved and see the result.
In your case it means insert the missing part in here attached code and let follow the hint of Per Bratthammar.
0
Per Bratthammar does anybody actually read the codes and the info that I give you guys ?? ... đ€
0
Per Bratthammar I know I am pretty new in all this but is this something common here ? That people just shout things and hope they solve things without even looking?
0
Gitano Van den langenberg how can anybody here help when the code has an import import phonenumbers which do not work here?
0
JaScript So how do I find people that can help me with my question ?