Advertisement
Guest User

Untitled

a guest
Nov 29th, 2019
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. def f(c=-10, d=137):
  2.     if c < 0:
  3.         return c + d
  4.     else:
  5.         return [d] * round(c ** (1 / 3))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement