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(...
-
Formal and actual parameters def f1(a,b): ….. ….. #Function call f1(10,20) Here a,b are formal parameters, where as...
No comments:
Post a Comment