Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Python
/
Tuples
Which expression wraps the string "Paris" in a one-item tuple without iterating over its …
from Tuples
Python 3.14
beginner
1 min
Which expression wraps the string "Paris" in a one-item tuple without iterating over its characters?
("Paris",)
("Paris")
tuple("Paris")
(tuple, "Paris")
Check
Ask AI about this kata
Report an error
next kata
What does this program print?
Predict the output
A new version is available
Reload