+ 2
How to do the exception handling in KOTLIN?
I want to know how to do the exception handing in Kotlin. Like try , except in python.
2 Antworten
+ 7
Check out my post for Kotlin:
https://www.sololearn.com/post/464253
Python:
https://docs.python.org/3/tutorial/errors.html
+ 2
John Wells Thanks sir