Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. #-*- coding: utf-8 -*-
  2.  
  3. def f(x):
  4. return x + \
  5. x*x
  6.  
  7.  
  8. d = f(5)
  9. print(d)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement