fork download
  1. from __future__ import print_function
  2. import base64
  3.  
  4. def ch26():
  5. c = 'RU9CRC43aWdxNDsxaWtiNTFpYk9PMDs6NDFS'
  6. d = base64.b64decode(c)
  7. f = ''.join(chr(ord(i) ^ 3 ) for i in d)
  8. print(f)
  9.  
  10. if __name__ == '__main__':
  11. ch26()
Success #stdin #stdout 0.02s 7376KB
stdin
Standard input is empty
stdout
FLAG-4jdr782jha62jaLL38972Q