Skip to main content
🔒 Preview mode. The first 15 Foundations lessons are free; this one is Pro. Start a 7-day trial to unlock the editor, AI hints and the rest of the curriculum. Card required, cancel any time in Dashboard.Start 7-day trial →
← CoursesPython for Office WorkersModule 2 · Web APIsGoogle Sheets API — append a rowpredict9 / 54
+125 XP
Task
If `sheet.append_row(["2026-05-16", 1600])` adds a row at position 5 (rows 1-4 exist), and `sheet.row_values(5)` returns the values of that new row, what does sheet.append_row(["2026-05-16", 1600]) print(sheet.row_values(5)) print? Type the exact list literal Python prints (use single quotes for strings).
Predict the output

Read the code carefully

What will the program print? Write here:

💬 Discussion

Be the first to ask a question or share a tip.
Sign in to join the discussion. Reading is free.
Loading discussion…