Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
exception handling from user
#python 3.5.2 try: print("Try except") print("enter your name") name=input() print("enter your contact no") contactno=int(input) print("enter your age") age=int(input()) print("enter your address") address=input() print("name is",name) print("contact no",contactno) print("age is ",age) print("address is",address) except Exception: print("program barabar se likh")
run
|
edit
|
history
|
help
0
LinkedList implementation
inverse matrix gauss jordan
My first experience on rextester !
15
StringManipulation
mbti
PySort
shuru3
Arithmetic Operations
LinkedNode and its use in Stack and Queue implementation