Code Runner
Run code with @vcode
What is the Code Runner tool?
A tool that runs Python code with the @vcode trigger and shows you the results.
When you use the @vcode trigger, it executes Python code and shows the results immediately. Useful for calculations, data analysis, algorithm verification, and more.
When can you use it?
The Code Runner tool is especially useful in these situations.
- When you want to quickly verify simple calculations or algorithms
- When you want to try out data processing or analysis code
- When you want to instantly check results while learning code
- When you need to do numeric or statistical calculations quickly
For example, you can naturally ask "@vcode Find the prime numbers from 1 to 50 and show them as a list", "@vcode Calculate the value of a ₩1,000 stock after 10 years with 5% annual growth", or "@vcode Calculate the sum from 1 to 100". The AI will then use this tool to generate the result.
How to use it
Usage is simple. Just enter your request naturally in the input box like this.
@vcode + [Task to execute · content to calculate]
Here are some examples:
- Math/calculation: "@vcode Find the prime numbers from 1 to 50 and show them as a list"
- Compound interest: "@vcode Calculate the value of a ₩1,000 stock after 10 years with 5% annual growth"
- Basic sum: "@vcode Calculate the sum from 1 to 100"
- Data processing: "@vcode Calculate the mean and standard deviation of this list: [85, 92, 78, 90, 88]"