Skip to main content
← CoursesPython for Office WorkersModule 2 · Web APIsGoogle Sheets API — append a rowpredict8 / 50
💬 Discuss🧪 Playground+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).

Keep going

🔮 Predict the output

Read the code carefully

What will the program print? Write here:

📣 Help someone learn PythonShare this lesson with a friend — the first 15 are free, no signup.Tweet

💬 Discussion

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