Skip to content

Instantly share code, notes, and snippets.

@eavidan
Created March 6, 2018 15:18
Show Gist options
  • Save eavidan/e50c68d30fa0e21b2ba54ffa299122fb to your computer and use it in GitHub Desktop.
Save eavidan/e50c68d30fa0e21b2ba54ffa299122fb to your computer and use it in GitHub Desktop.
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