Python Program to Find ASCII Value of Character - Programiz

文章推薦指數: 80 %
投票人數:10人

Program to find the ASCII value of the given character c = 'p' print("The ASCII value of '" + c + "' is", ord(c)). Output The ASCII value of 'p' is 112. Note: To test this ... CourseIndex ExploreProgramiz Python JavaScript C C++ Java Kotlin Swift C# DS



請為這篇文章評分?