Monday 27 May 2019

Naming conventions

Naming conventions

The rules related to writing names for variables, packages, modules, classes, functions, objects ,..etc are called naming conventions.



No comments:

Post a Comment

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(&qu...