(Hackerrank) HackerRank Python Certification Practice Test

โ–ถ

Hackerrank Functions and Modularity 4

Free ยท Instant Results

What will the following code print? ```python def add(a, b): return a + b result = add(b=3, a=7) print(result) ```
โ–ถ Start Practice Test