Skip to content

Find ASCII value of character  #5897

Closed
Closed
@Idk507

Description

@Idk507

Change this value for a different result

c = 'p'

Uncomment to take character from user

#c = input("Enter a character: ")

print("The ASCII value of '" + c + "' is",ord(c))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions