Write a Python Program to get the ASCII Value of a Character

preview_player
Показать описание
Hello Programmers, Welcome to my channel.

In this video you will learn about how to Write a Python Program to get the ASCII Value of a Character

Python Scripts
======================

Python Functions Solved
==========================

Python Programs Solved
============================

Code
=============================
"""
Write a Python Program to get the ASCII Value of a Character

ASCII - American Standard Code for Information Interchange
"""

my_char = input("Enter a character : ")
print(f"{my_char} ASCII Value is : {ord(my_char)}")

Keywords
=============================
#python #python3 #python_assignment #pythonprogramming #pythontutorial #pythonprojects #pythoncourse #pythonbaba #pythonforbeginners #pythonautomation #pythonbasic #pythonbeginners
Рекомендации по теме