Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #======================
- def f(x):
- return x + 1
- print(f(1))
- #======================
- def f(x):
- return x + 1
- print(f(1))
- #======================
- def f(x):
- return x + 1
- print(f(1))
- #======================
- def f(x):
- if (x == 0):
- return True
- else:
- return False
- print(f(1))
- #======================
- def f(x):
- if (x == 0):
- return True
- else:
- return False
- print(f(1))
- #======================
- def f(x):
- if (x == 0):
- return True
- else:
- return False
- print(f(1))
- #======================
- def f(x):
- if x == 0:
- return True
- else:
- return False
- print(f(1))
- #======================
- def f(x):
- if x == 0:
- return True
- else:
- return False
- print(f(1))
- #======================
- def f():
- print("Fast food")
- #======================
- def f(x):
- return x + 1
- #======================
- def f(x):
- return x + 1
- #======================
- def increment(x):
- return x + 1
- print(increment(2))
- #======================
- def increment(x):
- return x + 1
- print(increment(5))
- #======================
- def increment(x):
- return x + 1
- print(increment(5))
- #======================
- import math as m
- m.floor(3)
- #======================
- import math
- math.floor(3)
- #======================
- def impartire(x, y):
- return x / y
- print(impartire(1, 2))
- #======================
- def f(x):
- return x + 5
- print(f(1))
- #======================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement