Kappa⁴ Archive

banned-users

Phi Kappa Chi ΦΚΧ <a:yeah:589703000977571860><a:ppHop:536353159615086612>

Jump to date
Pins
legorhin banned-users
def Print(string):
  specialed = u""
  for c in string:
    if c.isalpha():
      specialed += unichr(1)
      if c.isupper():
        specialed += unichr(ord(c) - 65 + 61927)
      elif c.islower():
        specialed += unichr(ord(c) - 97 + 61927)
    else:
      specialed += c
  print specialed

Print("Hello World")

This archive is read-only — captured July 2020

Channels:
Density:

Jump to date