Python Forum
idle and characters with decimal value>127
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
idle and characters with decimal value>127
#11
c=127
print("c chr©")
while c<160:
c=c+1
if c % 8==0:
print()
print©
print(chr©,end="")
Reply


Messages In This Thread
RE: idle and characters with decimal value>127 - by hakelm - Jun-18-2021, 12:36 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Remove escape characters / Unicode characters from string DreamingInsanity 5 13,974 May-15-2020, 01:37 PM
Last Post: snippsat
  testing for Decimal w/o importing decimal every time Skaperen 7 4,525 May-06-2019, 10:23 PM
Last Post: Skaperen
  mixed decimal point characters Skaperen 1 2,248 Mar-10-2019, 05:23 PM
Last Post: stullis
  IDLE not importing pygame (ok outside of IDLE) miner_tom 1 3,356 Sep-14-2018, 07:54 PM
Last Post: Larz60+
  IDLE crash using special characters? reikonaga 6 4,820 Aug-06-2018, 07:37 AM
Last Post: keegan_010
  Python IDLE 3.6.2 on WIn7 vs Pyhton 3 IDLE raspberry djdan_23 5 5,763 Sep-07-2017, 12:51 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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