updates lecture files
This commit is contained in:
parent
6c782bdf30
commit
952f8b97a5
6 changed files with 10 additions and 154 deletions
|
@ -1,19 +1,6 @@
|
|||
from first import times_3
|
||||
|
||||
|
||||
def test_times_3_integer():
|
||||
value = 7
|
||||
expected = 21
|
||||
|
||||
result = times_3(value)
|
||||
|
||||
assert result == expected
|
||||
pass
|
||||
|
||||
|
||||
def test_times_3_string():
|
||||
value = 'wow'
|
||||
expected = 'wowwowwow'
|
||||
|
||||
result = times_3(value)
|
||||
|
||||
assert result == expected
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue