Skip to main content
added 96 characters in body
Source Link
osuka_
  • 431
  • 2
  • 9

Python 3, 6665 bytes

exit	([ ["E"	,	j] [j%2]for	j	 in	 eval	('ran' +"g"+"e") (101 ) ] ) 

Try it online!Try it online!

This submission was built on using tabs and spaces, as well as a Very Clever™ abuse of eval.

Edit: Fixed program to adhere to (I had an extra space by mistake).

Python 3, 66 bytes

exit	([ ["E"	,	j] [j%2]for	j	 in	 eval	('ran' +"g"+"e") (101 ) ] ) 

Try it online!

This submission was built on using tabs and spaces, as well as a Very Clever™ abuse of eval.

Python 3, 65 bytes

exit	([ ["E"	,	j] [j%2]for	j	 in	 eval	('ran' +"g"+"e")(101 ) ] ) 

Try it online!

This submission was built on using tabs and spaces, as well as a Very Clever™ abuse of eval.

Edit: Fixed program to adhere to (I had an extra space by mistake).

Source Link
osuka_
  • 431
  • 2
  • 9

Python 3, 66 bytes

exit	([ ["E"	,	j] [j%2]for	j	 in	 eval	('ran' +"g"+"e") (101 ) ] ) 

Try it online!

This submission was built on using tabs and spaces, as well as a Very Clever™ abuse of eval.