This commit is contained in:
2024-10-14 18:16:57 +08:00
parent d082310e2d
commit 7b8c5051b7
4 changed files with 21 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "oj-next",
"version": "1.5.0",
"version": "1.6.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "oj-next",
"version": "1.5.0",
"version": "1.6.0",
"dependencies": {
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-python": "^6.1.6",

View File

@@ -1,6 +1,6 @@
{
"name": "oj-next",
"version": "1.5.0",
"version": "1.6.0",
"type": "module",
"scripts": {
"start": "vite",

View File

@@ -38,3 +38,14 @@ print("你好")
print("你好")
print("你好")
```
## 第五:每行输出多个
```py
print("", "")
```
或者:
在右边的代码中找找茬吧Let's GO

7
src/learn/01/main.py Normal file
View File

@@ -0,0 +1,7 @@
print黄岩一职
print(黄岩一职)
print=黄岩一职
Print(a)