It looks like you typed [11,, which seems to be the start of a list or a piece of code.
Here are a few ways to finish or use this, depending on what you are working on: 🐍 Python Lists
If you are writing Python code, you might be starting a list of numbers: [11, 12, 13, 14] (a simple list of numbers) [11, “apple”, True] (a list with different types of data) 🧮 Math Intervals
If you are writing an interval in math, you might be showing a range of numbers that starts at 11:
[11, 20] (this means all numbers from 11 up to 20, including both 11 and 20)
[11, ∞) (this means all numbers starting from 11 and going up forever)
Leave a Reply