- Home
- Course Category
- Course Result
- Course Detail
Hot Line: 083772947
-
TeacherManoj Sir
-
Category
Programming, Website Development
-
Duation
20 hours
-
Reviews(42 review)
-
Call Us for Details
Basic Python Course Questions
Python programming language is a general-purpose, dynamic programming Language.Python language have a large library of packages which makes python for beginners a language of choice.
Python Programs For Beginners
In the program below, we used the arithmetic addition operator (%) to find even or odd number.
Source Code:
Program to find ASCII value of a character in Python
# This Program is to find ASCII value of a character
ch = input("enter the character whose ASCII value is to be found"))
print("ASCII value is",ord(ch)
Output
Run to see the OUTPUT