Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ord()
#3
Thanks a lot that works great...now I have to figure out how to place it in a variable.
Cheers,

(Jan-12-2022, 06:46 AM)Gribouillis Wrote: Try
for i in range(104, 96, -1):
    print(chr(i))
BashBedlam likes this post
Reply


Messages In This Thread
ord() - by Men - Jan-12-2022, 04:38 AM
RE: ord() - by Gribouillis - Jan-12-2022, 06:46 AM
RE: ord() - by Men - Jan-12-2022, 08:45 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020