Skip to main content
replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
Source Link

Python 3, 21 bytes, ReticalityPython 3, 21 bytes, Reticality

print(str(...)[4::2]) 

Prints the p and final i from Ellipsis.

Python 3, 21 bytes, Reticality

print(str(...)[4::2]) 

Prints the p and final i from Ellipsis.

Python 3, 21 bytes, Reticality

print(str(...)[4::2]) 

Prints the p and final i from Ellipsis.

Source Link
Martin Ender
  • 198.3k
  • 67
  • 455
  • 999

Python 3, 21 bytes, Reticality

print(str(...)[4::2]) 

Prints the p and final i from Ellipsis.