Created
March 6, 2018 15:18
-
-
Save eavidan/e50c68d30fa0e21b2ba54ffa299122fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def a_friendly_professor(): | |
return "".join( | |
[chr (int (x**i+i*0.01 ))for i, x in enumerate( | |
[0, 68, 10+ 0.677 ,4.8058 ,3.2+ | |
0.06+ 0.0075 ,2, 2.0348 ,1.7279 ,1.54 | |
,1.6032 ,1.5864 ,1.527 ,1.486 ,1.4261 ,1.3 | |
+0.0971,1.372, 1.3422 ,1.318505429 ])]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment