Skip to main content
added 122 characters in body
Source Link
Jonathan Allan
  • 108k
  • 7
  • 64
  • 277

Python 3, (22 bytes) $98$ 98,442

print('$',ord('𘂊'))

Try it online!

Much like Doorknob's Ruby answer, the 4 byte Unicode character used here, 𘂊, has an ordinal value of the maximal integer salary achievable in 22 bytes.

Note that print() prints its unnamed arguments separated by spaces by default (sep is an optional named argument).

Python 3, (22 bytes) $98,442

print('$',ord('𘂊'))

Try it online!

Much like Doorknob's Ruby answer, the 4 byte Unicode character used here, 𘂊, has an ordinal value of the maximal integer salary achievable in 22 bytes.

Python 3, (22 bytes) $ 98,442

print('$',ord('𘂊'))

Try it online!

Much like Doorknob's Ruby answer, the 4 byte Unicode character used here, 𘂊, has an ordinal value of the maximal integer salary achievable in 22 bytes.

Note that print() prints its unnamed arguments separated by spaces by default (sep is an optional named argument).

Source Link
Jonathan Allan
  • 108k
  • 7
  • 64
  • 277

Python 3, (22 bytes) $98,442

print('$',ord('𘂊'))

Try it online!

Much like Doorknob's Ruby answer, the 4 byte Unicode character used here, 𘂊, has an ordinal value of the maximal integer salary achievable in 22 bytes.