What would this function output? def value(a, b): return a[:b] print value("Notebook",5)
Reveal answer
Fill a bubble to check yourself
What would this function output? def value(a, b): return a[:b] print value("Notebook",5)