Python: Optional function parameters
Instructions
Loading...
Your exercise will be checked with these tests:
import index
def test():
assert index.get_hidden_card("1234123412341234") == "****1234"
assert index.get_hidden_card("1234123412344321") == "****4321"
assert index.get_hidden_card("1234123412344321", 3) == "***4321"
Teacher's solution will be available in:
20:00
