Monday, 24 June 2019
Subscribe to:
Post Comments (Atom)
Files with Exception handling
#Ask the user to take two input integer values var a,b try: a=int(input("enter any integer value:")) b=int(input(...
-
1. Python Introduction Features of Python https://youtu.be/09akrj25-IM https://youtu.be/09akrj25-IM Applic...
-
#Ask the user to take two input integer values var a,b try: a=int(input("enter any integer value:")) b=int(input(...
-
#If there is no exception try: print("Statement 1") print("Statement 2") print("statement 3...
No comments:
Post a Comment