Skip to main content
15 events
when toggle format what by license comment
Jan 11, 2024 at 0:54 history edited enzo CC BY-SA 4.0
add tio links and improve syntax highlighting
Jun 17, 2020 at 9:04 history edited CommunityBot
Commonmark migration
Mar 30, 2017 at 6:12 comment added Phylliida Here is an optimized math version (42 characters) a=True;a+=a;print(a<<a*a*a)*a*a-(a<<a*a|a)
Aug 26, 2016 at 18:50 comment added univalence @JoachimIsaksson A digit is no number ;)
Jan 11, 2014 at 20:24 comment added asmeurer You can save a character if you use Python 3: ord('ߞ')
Jan 8, 2014 at 2:19 comment added Ponkadoodle I optimized your math version a bit: a,b=int(e),int(pi);c=a+a;print a**(b*c-c+b)-a*a**c-a, and you can eliminate the math import altogether by making use of the fact that True in Python 2.x is identical to the integer 1 in operation, bringing it down to 50 characters: o=True;a=o+o;b=a+o;c=b+o;print a**(b*c-o)-a*a**c-a
Jan 7, 2014 at 23:00 comment added Joachim Isaksson @MLS Well, that has a digit in it :)
Jan 7, 2014 at 16:42 comment added MLS ord(',')**2+ord('N')
Jan 2, 2014 at 16:04 history edited Timtech CC BY-SA 3.0
shortened last bit of code
Jan 1, 2014 at 21:50 history edited Deneb CC BY-SA 3.0
added 41 characters in body
Jan 1, 2014 at 19:53 history edited Deneb CC BY-SA 3.0
added 5 characters in body
Jan 1, 2014 at 19:47 history edited Deneb CC BY-SA 3.0
added 210 characters in body, added a pure math version
Jan 1, 2014 at 19:28 history edited Emil Vikström CC BY-SA 3.0
The UTF-8 character is 2 bytes (see code-golf rules)
Jan 1, 2014 at 19:07 history edited Deneb CC BY-SA 3.0
added 144 characters in body; deleted 1 characters in body; grammar; Post Made Community Wiki
Jan 1, 2014 at 15:40 history answered Deneb CC BY-SA 3.0