updates lecture files
This commit is contained in:
parent
6c782bdf30
commit
952f8b97a5
6 changed files with 10 additions and 154 deletions
|
@ -1,13 +1,6 @@
|
|||
def times_3(x):
|
||||
""" Multiply x by 3.
|
||||
|
||||
Parameters
|
||||
----------
|
||||
x : The item to multiply by 3.
|
||||
"""
|
||||
return x * 3
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
print(times_3(2))
|
||||
print(times_3("a"))
|
||||
if __name__ == "__main__":
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue