Skip to main content
deleted 2 characters in body
Source Link
theorist
  • 1.5k
  • 6
  • 12

Wolfram Language (Mathematica), 15 14 11 bytes

=Range[0,LL

-1 byte from Imanton1

Mathematica interprets the = prefix as a call to Wolfram Alpha (auto-converting it to the orange glyph seen below), which in turn interprets "LL" as thea Roman numeral for 100. I used "LL" because this doesn't work with the shorter "C".

enter image description here

Wolfram Language (Mathematica), 15 14 11 bytes

=Range[0,LL

-1 byte from Imanton1

Mathematica interprets the = prefix as a call to Wolfram Alpha (auto-converting it to the orange glyph seen below), which in turn interprets "LL" as the Roman numeral for 100. I used "LL" because this doesn't work with the shorter "C".

enter image description here

Wolfram Language (Mathematica), 15 14 11 bytes

=Range[0,LL

-1 byte from Imanton1

Mathematica interprets the = prefix as a call to Wolfram Alpha (auto-converting it to the orange glyph seen below), which in turn interprets "LL" as a Roman numeral for 100. I used "LL" because this doesn't work with the shorter "C".

enter image description here

deleted 35 characters in body
Source Link
theorist
  • 1.5k
  • 6
  • 12

Wolfram Language (Mathematica), 15 1414 11 bytes

=Range[0,hectoLL

-1 byte from Imanton1

Mathematica interprets the = prefix as a call to Wolfram Alpha (auto-converting it to the orange glyph seen below), which in turn interprets "hecto" to mean"LL" as the Roman numeral for 100.

enter image description here I used "LL" because this doesn't work with the shorter "C".

Interestingly, if you type Range[0,hecto or Range[0,hecto] directly into Wolfram Alpha, it doesn't know how to interpret it.enter image description here

Wolfram Language (Mathematica), 15 14 bytes

=Range[0,hecto

-1 byte from Imanton1

Mathematica interprets the = prefix as a call to Wolfram Alpha (auto-converting it to the orange glyph seen below), which in turn interprets "hecto" to mean 100.

enter image description here

Interestingly, if you type Range[0,hecto or Range[0,hecto] directly into Wolfram Alpha, it doesn't know how to interpret it.

Wolfram Language (Mathematica), 15 14 11 bytes

=Range[0,LL

-1 byte from Imanton1

Mathematica interprets the = prefix as a call to Wolfram Alpha (auto-converting it to the orange glyph seen below), which in turn interprets "LL" as the Roman numeral for 100. I used "LL" because this doesn't work with the shorter "C".

enter image description here

added 37 characters in body
Source Link
theorist
  • 1.5k
  • 6
  • 12

Wolfram Language (Mathematica), 1515 14 bytes

=Range[0,hecto]hecto

-1 byte from Imanton1

Mathematica interprets the = prefix as a call to Wolfram Alpha (auto-converting it to the orange glyph seen below), which in turn interprets "hecto" to mean 100.

enter image description hereenter image description here

Interestingly, if you type Range[0,hecto or Range[0,hecto] directly into Wolfram Alpha, it doesn't know how to interpret it.

Wolfram Language (Mathematica), 15 bytes

=Range[0,hecto]

Mathematica interprets the = prefix as a call to Wolfram Alpha (auto-converting it to the orange glyph seen below), which in turn interprets "hecto" to mean 100.

enter image description here

Interestingly, if you type Range[0,hecto] directly into Wolfram Alpha, it doesn't know how to interpret it.

Wolfram Language (Mathematica), 15 14 bytes

=Range[0,hecto

-1 byte from Imanton1

Mathematica interprets the = prefix as a call to Wolfram Alpha (auto-converting it to the orange glyph seen below), which in turn interprets "hecto" to mean 100.

enter image description here

Interestingly, if you type Range[0,hecto or Range[0,hecto] directly into Wolfram Alpha, it doesn't know how to interpret it.

Source Link
theorist
  • 1.5k
  • 6
  • 12
Loading