Files
2019-08-10 14:19:01 +03:00

7 lines
149 B
Python

# Copyright 2019 Ram Rachum and collaborators.
# This program is distributed under the MIT license.
def bar_function(y):
x = 7 * y
return x